summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/PagePropertySetContext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-04-17 11:01:21 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-04-17 11:01:21 +0000
commite1da40b974c5811a827c10092e373ddc8514f962 (patch)
tree0bc1ff5af2457072794ae47b37c8e672e9900871 /xmloff/source/style/PagePropertySetContext.cxx
parentadded: auto mark file element (alphabetical indices) (diff)
downloadcore-e1da40b974c5811a827c10092e373ddc8514f962.tar.gz
core-e1da40b974c5811a827c10092e373ddc8514f962.zip
fixed: footnote configuration and footnote separator do not rely on ordering of
property set maps any more
Diffstat (limited to 'xmloff/source/style/PagePropertySetContext.cxx')
-rw-r--r--xmloff/source/style/PagePropertySetContext.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/style/PagePropertySetContext.cxx b/xmloff/source/style/PagePropertySetContext.cxx
index ea492fb9377d..4f393b50c8c6 100644
--- a/xmloff/source/style/PagePropertySetContext.cxx
+++ b/xmloff/source/style/PagePropertySetContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PagePropertySetContext.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dvo $ $Date: 2001-03-01 14:09:06 $
+ * last change: $Author: dvo $ $Date: 2001-04-17 12:01:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,7 +153,8 @@ SvXMLImportContext *PagePropertySetContext::CreateChildContext(
break;
case CTF_PM_FTN_LINE_WEIGTH:
pContext = new XMLFootnoteSeparatorImport(
- GetImport(), nPrefix, rLocalName, rProperties, rProp.mnIndex);
+ GetImport(), nPrefix, rLocalName, rProperties,
+ xMapper->getPropertySetMapper(), rProp.mnIndex);
break;
}