summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2001-11-05 16:09:55 +0000
committerBjörn Milcke <bm@openoffice.org>2001-11-05 16:09:55 +0000
commita29cad0406e8c389093da03bbe6f6135a103eb44 (patch)
treed94e8a0cf1d6345d695fa0b3afc73cfb5e1d61b0 /xmloff/source
parent8ff8a38aee764f220badf4d847efd823f9ba8cc5 (diff)
#94052# wrong initialisation order in CTOR => uninitialised member was used in base class
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/chart/PropertyMaps.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx
index 55be2eb86511..a4fb5a0a00bf 100644
--- a/xmloff/source/chart/PropertyMaps.cxx
+++ b/xmloff/source/chart/PropertyMaps.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyMaps.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: bm $ $Date: 2001-10-30 14:53:54 $
+ * last change: $Author: bm $ $Date: 2001-11-05 17:09:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -459,8 +459,8 @@ void XMLChartExportPropertyMapper::handleSpecialItem(
XMLChartImportPropertyMapper::XMLChartImportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper,
const SvXMLImport& rImport ) :
- mrImport( SAL_CONST_CAST( SvXMLImport&, rImport )),
- SvXMLImportPropertyMapper( rMapper, mrImport )
+ SvXMLImportPropertyMapper( rMapper, const_cast< SvXMLImport & >( rImport )),
+ mrImport( rMapper, const_cast< SvXMLImport & >( rImport ))
{
// chain shape mapper for drawing properties