From 308865ee6211bd0e90d1a4651192d045b0b8beaa Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Tue, 27 Feb 2001 15:09:08 +0000 Subject: #82017# added Para properties to graphics property mapper --- xmloff/source/draw/shapeimport.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmloff/source/draw/shapeimport.cxx') 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; } -- cgit