summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/PagePropertySetContext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-02-21 18:28:49 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-02-21 18:28:49 +0000
commit461707ca6d64a068bc62f2b3bea028a3d708345a (patch)
tree429132acb42eb02243a87be506c3f9a2faa0803f /xmloff/source/style/PagePropertySetContext.cxx
parentadded api friendlier interface (diff)
downloadcore-461707ca6d64a068bc62f2b3bea028a3d708345a.tar.gz
core-461707ca6d64a068bc62f2b3bea028a3d708345a.zip
- added: export and import of footnote properties in page styles
Diffstat (limited to 'xmloff/source/style/PagePropertySetContext.cxx')
-rw-r--r--xmloff/source/style/PagePropertySetContext.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/xmloff/source/style/PagePropertySetContext.cxx b/xmloff/source/style/PagePropertySetContext.cxx
index 6c8db69ae76d..7018ae9e7829 100644
--- a/xmloff/source/style/PagePropertySetContext.cxx
+++ b/xmloff/source/style/PagePropertySetContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PagePropertySetContext.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mib $ $Date: 2000-10-26 08:35:07 $
+ * last change: $Author: dvo $ $Date: 2001-02-21 19:28:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,9 @@
#ifndef _XMLOFF_PAGEMASTERSTYLEMAP_HXX
#include "PageMasterStyleMap.hxx"
#endif
+#ifndef _XMLOFF_XMLFOOTNOTESEPARATORIMPORT_HXX
+#include "XMLFootnoteSeparatorImport.hxx"
+#endif
using namespace ::rtl;
using namespace ::com::sun::star::uno;
@@ -148,6 +151,10 @@ SvXMLImportContext *PagePropertySetContext::CreateChildContext(
rLocalName, xAttrList, rProp,
rProperties );
break;
+ case CTF_PM_FTN_DISTANCE:
+ pContext = new XMLFootnoteSeparatorImport(
+ GetImport(), nPrefix, rLocalName, rProperties, rProp.mnIndex);
+ break;
}
if( !pContext )