summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeimport.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 15:15:28 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 15:15:28 +0000
commitb0aa1f3cf3e9bad5546f21792a27c3d6e4817fe0 (patch)
tree50daa7998f6d0898dfd83cac092dab4103d8433e /xmloff/source/draw/shapeimport.cxx
parentea3e6a4a4837ec12d3a3b9241347a622ad2b13c2 (diff)
INTEGRATION: CWS interop12 (1.47.156); FILE MERGED
2003/10/30 11:00:21 cl 1.47.156.1: #i20949# added header&footer support for impress
Diffstat (limited to 'xmloff/source/draw/shapeimport.cxx')
-rw-r--r--xmloff/source/draw/shapeimport.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx
index a4eeb9913351..4443e2df1373 100644
--- a/xmloff/source/draw/shapeimport.cxx
+++ b/xmloff/source/draw/shapeimport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shapeimport.cxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: cl $ $Date: 2002-09-23 14:17:16 $
+ * last change: $Author: rt $ $Date: 2004-03-30 16:15:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -229,7 +229,7 @@ XMLShapeImportHelper::XMLShapeImportHelper(
// #88546# init to FALSE
mpImpl->mbHandleProgressBar = sal_False;
- mpSdPropHdlFactory = new XMLSdPropHdlFactory( rModel );
+ mpSdPropHdlFactory = new XMLSdPropHdlFactory( rModel, NULL );
// set lock to avoid deletion
mpSdPropHdlFactory->acquire();
@@ -1223,7 +1223,7 @@ void XMLShapeImportHelper::restoreConnections()
SvXMLImportPropertyMapper* XMLShapeImportHelper::CreateShapePropMapper( const uno::Reference< frame::XModel>& rModel, SvXMLImport& rImport )
{
- UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rModel );
+ UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rModel, NULL );
UniReference < XMLPropertySetMapper > xMapper = new XMLShapePropertySetMapper( xFactory );
SvXMLImportPropertyMapper* pResult = new SvXMLImportPropertyMapper( xMapper, rImport );
@@ -1236,7 +1236,7 @@ SvXMLImportPropertyMapper* XMLShapeImportHelper::CreateShapePropMapper( const un
Only current feature is that the ShapeUserDefinedAttributes property is not included in this one. */
SvXMLImportPropertyMapper* XMLShapeImportHelper::CreateExternalShapePropMapper( const uno::Reference< frame::XModel>& rModel, SvXMLImport& rImport )
{
- UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rModel );
+ UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rModel, NULL );
UniReference < XMLPropertySetMapper > xMapper = new XMLShapePropertySetMapper( xFactory, 1 );
SvXMLImportPropertyMapper* pResult = new SvXMLImportPropertyMapper( xMapper, rImport );