Kaydet (Commit) 173f5924 authored tarafından Sascha Ballach's avatar Sascha Ballach

call finishShape for OLE Objects

üst fa5955af
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ximpshap.cxx,v $ * $RCSfile: ximpshap.cxx,v $
* *
* $Revision: 1.32 $ * $Revision: 1.33 $
* *
* last change: $Author: vg $ $Date: 2001-03-05 17:56:43 $ * last change: $Author: sab $ $Date: 2001-03-06 11:23:45 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -1890,6 +1890,7 @@ void SdXMLObjectShapeContext::StartElement( const ::com::sun::star::uno::Referen ...@@ -1890,6 +1890,7 @@ void SdXMLObjectShapeContext::StartElement( const ::com::sun::star::uno::Referen
// set pos, size, shear and rotate // set pos, size, shear and rotate
SetTransformation(); SetTransformation();
GetImport().GetShapeImport()->finishShape( mxShape, mxAttrList, mxShapes );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment