diff options
-rw-r--r-- | xmloff/source/chart/SchXMLExport.cxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 2e39f93e27ff..c3c38ec25284 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -261,7 +261,6 @@ private: public: SvXMLExport& mrExport; SvXMLAutoStylePoolP& mrAutoStylePool; - UniReference< XMLPropertyHandlerFactory > mxPropertyHandlerFactory; UniReference< XMLPropertySetMapper > mxPropertySetMapper; UniReference< XMLChartExportPropertyMapper > mxExpPropMapper; @@ -1083,15 +1082,8 @@ SchXMLExportHelper_Impl::SchXMLExportHelper_Impl( { msTableName = OUString( "local-table" ); - // create factory - mxPropertyHandlerFactory = new XMLChartPropHdlFactory; - - if( mxPropertyHandlerFactory.is() ) - { - // create property set mapper - mxPropertySetMapper = new XMLChartPropertySetMapper; - } - + // create property set mapper + mxPropertySetMapper = new XMLChartPropertySetMapper; mxExpPropMapper = new XMLChartExportPropertyMapper( mxPropertySetMapper, rExport ); // register chart auto-style family |