Kaydet (Commit) dd8557ed authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst ec31298b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: shapeexport.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -199,7 +199,7 @@ XMLShapeExport::XMLShapeExport(SvXMLExport& rExp, ...@@ -199,7 +199,7 @@ XMLShapeExport::XMLShapeExport(SvXMLExport& rExp,
msStarBasic( RTL_CONSTASCII_USTRINGPARAM("StarBasic") ) msStarBasic( RTL_CONSTASCII_USTRINGPARAM("StarBasic") )
{ {
// construct PropertyHandlerFactory // construct PropertyHandlerFactory
xSdPropHdlFactory = new XMLSdPropHdlFactory( rExport.GetModel(), &rExp ); xSdPropHdlFactory = new XMLSdPropHdlFactory( rExport.GetModel(), rExp );
// construct PropertySetMapper // construct PropertySetMapper
xPropertySetMapper = CreateShapePropMapper( rExport ); xPropertySetMapper = CreateShapePropMapper( rExport );
...@@ -994,7 +994,7 @@ void XMLShapeExport::exportAutoStyles() ...@@ -994,7 +994,7 @@ void XMLShapeExport::exportAutoStyles()
SvXMLExportPropertyMapper* XMLShapeExport::CreateShapePropMapper( SvXMLExportPropertyMapper* XMLShapeExport::CreateShapePropMapper(
SvXMLExport& rExport ) SvXMLExport& rExport )
{ {
UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rExport.GetModel(), &rExport ); UniReference< XMLPropertyHandlerFactory > xFactory = new XMLSdPropHdlFactory( rExport.GetModel(), rExport );
UniReference < XMLPropertySetMapper > xMapper = new XMLShapePropertySetMapper( xFactory ); UniReference < XMLPropertySetMapper > xMapper = new XMLShapePropertySetMapper( xFactory );
SvXMLExportPropertyMapper* pResult = SvXMLExportPropertyMapper* pResult =
new XMLShapeExportPropertyMapper( xMapper, new XMLShapeExportPropertyMapper( xMapper,
......
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