summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextPropertySetContext.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-09-21 08:48:30 +0000
committerMichael Brauer <mib@openoffice.org>2000-09-21 08:48:30 +0000
commitcf4e04c91e44e7ec047bdcf81475cbbc03774c7d (patch)
tree8ba221ebfa3cba87af29b7aa641329fb2bfeed68 /xmloff/source/text/XMLTextPropertySetContext.cxx
parent24b2a570ba203b2f98cdfe02efbd9bc63b8356f9 (diff)
text column import
Diffstat (limited to 'xmloff/source/text/XMLTextPropertySetContext.cxx')
-rw-r--r--xmloff/source/text/XMLTextPropertySetContext.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLTextPropertySetContext.cxx b/xmloff/source/text/XMLTextPropertySetContext.cxx
index 90b9760bc816..78073c96b8e0 100644
--- a/xmloff/source/text/XMLTextPropertySetContext.cxx
+++ b/xmloff/source/text/XMLTextPropertySetContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextPropertySetContext.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:07:06 $
+ * last change: $Author: mib $ $Date: 2000-09-21 09:48:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,6 +66,9 @@
#ifndef _XMLOFF_XMLTEXTPROPERTYSETCONTEXT_HXX
#include "XMLTextPropertySetContext.hxx"
#endif
+#ifndef _XMLTEXTCOLUMNSCONTEXT_HXX
+#include "XMLTextColumnsContext.hxx"
+#endif
#ifndef _XMLOFF_TXTPRMAP_HXX
#include "txtprmap.hxx"
@@ -114,6 +117,11 @@ SvXMLImportContext *XMLTextPropertySetContext::CreateChildContext(
rLocalName, rProp,
rProperties );
break;
+ case CTF_TEXTCOLUMNS:
+ pContext = new XMLTextColumnsContext( GetImport(), nPrefix,
+ rLocalName, xAttrList, rProp,
+ rProperties );
+ break;
case CTF_DROPCAPFORMAT:
DBG_ASSERT( rProp.mnIndex >= 2 &&
CTF_DROPCAPWHOLEWORD == xMapper->getPropertySetMapper()