summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/PagePropertySetContext.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/PagePropertySetContext.cxx
parentuse lazy writing for the ConfigurationUpdateAccess (diff)
downloadcore-fb3b3f505ad4129b0bfbfe9faeed2725992b59fb.tar.gz
core-fb3b3f505ad4129b0bfbfe9faeed2725992b59fb.zip
- fixed #84481# #84484# : properties for footnote line separator are now sorted
Diffstat (limited to 'xmloff/source/style/PagePropertySetContext.cxx')
-rw-r--r--xmloff/source/style/PagePropertySetContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/PagePropertySetContext.cxx b/xmloff/source/style/PagePropertySetContext.cxx
index 7018ae9e7829..ea492fb9377d 100644
--- a/xmloff/source/style/PagePropertySetContext.cxx
+++ b/xmloff/source/style/PagePropertySetContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PagePropertySetContext.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * 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
@@ -151,7 +151,7 @@ SvXMLImportContext *PagePropertySetContext::CreateChildContext(
rLocalName, xAttrList, rProp,
rProperties );
break;
- case CTF_PM_FTN_DISTANCE:
+ case CTF_PM_FTN_LINE_WEIGTH:
pContext = new XMLFootnoteSeparatorImport(
GetImport(), nPrefix, rLocalName, rProperties, rProp.mnIndex);
break;