summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtimp.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-11-20 15:51:30 +0000
committerSascha Ballach <sab@openoffice.org>2000-11-20 15:51:30 +0000
commite4aec39b88ac8196462a470ccc41803d74e0cd5e (patch)
tree7b054e982e197f5cd99f479c3f46d0d23efb0ce1 /xmloff/source/text/txtimp.cxx
parent10bc2b231583e392c2a93e2152c0fdebbc8bac9d (diff)
now it is possible to use the text map in other maps
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r--xmloff/source/text/txtimp.cxx11
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;