diff options
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index f61069e6b11a..efe4d2888a30 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtimp.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: mib $ $Date: 2000-11-20 13:01:35 $ + * last change: $Author: sab $ $Date: 2000-11-20 16:51:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -568,6 +568,13 @@ SvXMLImportPropertyMapper *XMLTextImportHelper::CreateShapeExtPropMapper() return new XMLTextImportPropertyMapper( pPropMapper ); } +SvXMLImportPropertyMapper *XMLTextImportHelper::CreateCharExtPropMapper() +{ + XMLPropertySetMapper *pPropMapper = + new XMLTextPropertySetMapper( TEXT_PROP_MAP_TEXT ); + return new XMLTextImportPropertyMapper( pPropMapper ); +} + void XMLTextImportHelper::SetCursor( const Reference < XTextCursor > & rCursor ) { xCursor = rCursor; |