summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-03-01 13:09:06 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-03-01 13:09:06 +0000
commitfb3b3f505ad4129b0bfbfe9faeed2725992b59fb (patch)
treec894c8eb696ebb7a3c47e3791a60a741ff7af1dc /xmloff/source/style/PageMasterExportPropMapper.cxx
parenta9625e5b531bf9eca85c8e53309c6ad3241b4fd3 (diff)
- fixed #84481# #84484# : properties for footnote line separator are now sorted
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index b802095dae11..9f6281d52576 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterExportPropMapper.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dvo $ $Date: 2001-02-21 19:28:48 $
+ * last change: $Author: dvo $ $Date: 2001-03-01 14:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -299,7 +299,7 @@ void XMLPageMasterExportPropMapper::handleElementItem(
case CTF_PM_TEXTCOLUMNS:
pThis->aTextColumnsExport.exportXML( rProperty.maValue );
break;
- case CTF_PM_FTN_DISTANCE:
+ case CTF_PM_FTN_LINE_WEIGTH:
pThis->aFootnoteSeparatorExport.exportXML( pProperties, nIdx,
getPropertySetMapper());
break;