diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-11-08 15:01:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-11-08 15:01:07 +0000 |
commit | b663cbd77d98dec5c69647cb06b210741e1fba16 (patch) | |
tree | e9a7aa59ecaddb3589287955cd7dfddd04d1c1d7 /xmloff | |
parent | 371e59270e24ee7e604e67e14aa11e221c480fc6 (diff) |
#65293# wrong parameter
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/PropertyMaps.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/PropertyMaps.cxx b/xmloff/source/chart/PropertyMaps.cxx index a4fb5a0a00bf..46bac9e3549a 100644 --- a/xmloff/source/chart/PropertyMaps.cxx +++ b/xmloff/source/chart/PropertyMaps.cxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyMaps.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: bm $ $Date: 2001-11-05 17:09:55 $ + * last change: $Author: obo $ $Date: 2001-11-08 16:01:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -460,7 +460,7 @@ void XMLChartExportPropertyMapper::handleSpecialItem( XMLChartImportPropertyMapper::XMLChartImportPropertyMapper( const UniReference< XMLPropertySetMapper >& rMapper, const SvXMLImport& rImport ) : SvXMLImportPropertyMapper( rMapper, const_cast< SvXMLImport & >( rImport )), - mrImport( rMapper, const_cast< SvXMLImport & >( rImport )) + mrImport( const_cast< SvXMLImport & > ( rImport )) { // chain shape mapper for drawing properties |