summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-09-05 13:54:30 +0000
committerOliver Bolte <obo@openoffice.org>2005-09-05 13:54:30 +0000
commitdd8557ed7a57c06725e149b345936b69e5de05cc (patch)
treeb15192fab66879be7495fb8be0dce0917b9dcf96 /xmloff/source
parentec31298b31139e8ce497dde2f9d6bae8ee821d26 (diff)
INTEGRATION: CWS impress67 (1.70.64); FILE MERGED
2005/08/29 07:27:13 cl 1.70.64.1: #i42959# fixed svg:stroke-opacity attribute
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/draw/shapeexport.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx
index cebae283d3bf..a006954c0768 100644
--- a/xmloff/source/draw/shapeexport.cxx
+++ b/xmloff/source/draw/shapeexport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shapeexport.cxx,v $
*
- * $Revision: 1.70 $
+ * $Revision: 1.71 $
*
- * last change: $Author: rt $ $Date: 2005-05-13 07:56:46 $
+ * last change: $Author: obo $ $Date: 2005-09-05 14:54:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,7 +199,7 @@ XMLShapeExport::XMLShapeExport(SvXMLExport& rExp,
msStarBasic( RTL_CONSTASCII_USTRINGPARAM("StarBasic") )
{
// construct PropertyHandlerFactory
- xSdPropHdlFactory = new XMLSdPropHdlFactory( rExport.GetModel(), &rExp );
+ xSdPropHdlFactory = new XMLSdPropHdlFactory( rExport.GetModel(), rExp );
// construct PropertySetMapper
xPropertySetMapper = CreateShapePropMapper( rExport );
@@ -994,7 +994,7 @@ void XMLShapeExport::exportAutoStyles()
SvXMLExportPropertyMapper* XMLShapeExport::CreateShapePropMapper(
SvXMLExport& rExport )
{
- UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rExport.GetModel(), &rExport );
+ UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rExport.GetModel(), rExport );
UniReference < XMLPropertySetMapper > xMapper = new XMLShapePropertySetMapper( xFactory );
SvXMLExportPropertyMapper* pResult =
new XMLShapeExportPropertyMapper( xMapper,