summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.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/PageMasterExportPropMapper.cxx
parent2f147dbea05ca73e332ec21ed05bab2cd93f63b3 (diff)
- added: export and import of footnote properties in page styles
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index 1c29828f6359..b802095dae11 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterExportPropMapper.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: cl $ $Date: 2000-12-05 22:34:42 $
+ * 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
@@ -249,7 +249,8 @@ XMLPageMasterExportPropMapper::XMLPageMasterExportPropMapper(
SvXMLExport& rExport ) :
SvXMLExportPropertyMapper( rMapper ),
aBackgroundImageExport( rExport ),
- aTextColumnsExport( rExport )
+ aTextColumnsExport( rExport ),
+ aFootnoteSeparatorExport( rExport )
{
}
@@ -298,6 +299,10 @@ void XMLPageMasterExportPropMapper::handleElementItem(
case CTF_PM_TEXTCOLUMNS:
pThis->aTextColumnsExport.exportXML( rProperty.maValue );
break;
+ case CTF_PM_FTN_DISTANCE:
+ pThis->aFootnoteSeparatorExport.exportXML( pProperties, nIdx,
+ getPropertySetMapper());
+ break;
}
}