summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeimport.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-02-27 15:09:08 +0000
committerChristian Lippka <cl@openoffice.org>2001-02-27 15:09:08 +0000
commit308865ee6211bd0e90d1a4651192d045b0b8beaa (patch)
treeda6652ef44600bf06168cacd73537c83cd7579b1 /xmloff/source/draw/shapeimport.cxx
parent9f630ee522205aff15bba0636590cd6edce5da72 (diff)
#82017# added Para properties to graphics property mapper
Diffstat (limited to 'xmloff/source/draw/shapeimport.cxx')
-rw-r--r--xmloff/source/draw/shapeimport.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx
index d6a4957f0d86..570cca810960 100644
--- a/xmloff/source/draw/shapeimport.cxx
+++ b/xmloff/source/draw/shapeimport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shapeimport.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: cl $ $Date: 2001-02-21 18:04:45 $
+ * last change: $Author: cl $ $Date: 2001-02-27 16:09:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -174,7 +174,7 @@ XMLShapeImportHelper::XMLShapeImportHelper(
}
// chain text attributes
- mpPropertySetMapper->ChainImportMapper(XMLTextImportHelper::CreateCharExtPropMapper());
+ mpPropertySetMapper->ChainImportMapper(XMLTextImportHelper::CreateParaExtPropMapper());
/*
// chain form attributes
@@ -1042,6 +1042,6 @@ SvXMLImportPropertyMapper* XMLShapeImportHelper::CreateShapePropMapper( const un
SvXMLImportPropertyMapper* pResult = new SvXMLImportPropertyMapper( xMapper );
// chain text attributes
- pResult->ChainImportMapper( XMLTextImportHelper::CreateCharExtPropMapper() );
+ pResult->ChainImportMapper( XMLTextImportHelper::CreateParaExtPropMapper() );
return pResult;
}