diff options
author | Björn Milcke <bm@openoffice.org> | 2002-02-22 10:33:00 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2002-02-22 10:33:00 +0000 |
commit | 67728acba0076ec011b5f6e1304981822f730f91 (patch) | |
tree | 271b4d49688806e540611df5a3b3aca58159ab7f /xmloff/source/chart | |
parent | ea6b1c9085b28e64d2b1daa343d5552b25f55584 (diff) |
#97710# chain shape prop mapper instead of extrnal shape prop mapper to get alien attributes on import
Diffstat (limited to 'xmloff/source/chart')
-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 46bac9e3549a..374e04b66108 100644 --- a/xmloff/source/chart/PropertyMaps.cxx +++ b/xmloff/source/chart/PropertyMaps.cxx @@ -2,9 +2,9 @@ * * $RCSfile: PropertyMaps.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: obo $ $Date: 2001-11-08 16:01:07 $ + * last change: $Author: bm $ $Date: 2002-02-22 11:33:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -466,7 +466,7 @@ XMLChartImportPropertyMapper::XMLChartImportPropertyMapper( const UniReference< // give an empty model. It is only used for numbering rules that don't exist in chart uno::Reference< frame::XModel > xEmptyModel; - ChainImportMapper( XMLShapeImportHelper::CreateExternalShapePropMapper( xEmptyModel, mrImport )); + ChainImportMapper( XMLShapeImportHelper::CreateShapePropMapper( xEmptyModel, mrImport )); // do not chain text properties: on import this is done by shape mapper // to import old documents |