summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:19:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:19:22 +0000
commit60099cc6df6db32260ef5646a57eb9f07aa135e6 (patch)
tree1ed58fb1fcd088b99a5873248bb47ffa4464981f /xmloff
parentcd5fa094e774edb5736298c5f18ca7938aa30331 (diff)
INTEGRATION: CWS oasisbf1 (1.9.38); FILE MERGED
2004/08/12 14:09:05 mib 1.9.38.1: #i32780#: footnote configuration within sections
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLTextPropertySetContext.cxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/xmloff/source/text/XMLTextPropertySetContext.cxx b/xmloff/source/text/XMLTextPropertySetContext.cxx
index 193c71f199ea..64e1df6fe9ac 100644
--- a/xmloff/source/text/XMLTextPropertySetContext.cxx
+++ b/xmloff/source/text/XMLTextPropertySetContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextPropertySetContext.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:38:40 $
+ * last change: $Author: hr $ $Date: 2004-11-09 12:19:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -183,14 +183,10 @@ SvXMLImportContext *XMLTextPropertySetContext::CreateChildContext(
break;
#ifndef SVX_LIGHT
case CTF_SECTION_FOOTNOTE_END:
- pContext = new XMLSectionFootnoteConfigImport(
- GetImport(), nPrefix, rLocalName, rProperties,
- xMapper->getPropertySetMapper(), rProp.mnIndex);
- break;
case CTF_SECTION_ENDNOTE_END:
pContext = new XMLSectionFootnoteConfigImport(
GetImport(), nPrefix, rLocalName, rProperties,
- xMapper->getPropertySetMapper(), rProp.mnIndex);
+ xMapper->getPropertySetMapper());
break;
#endif // #ifndef SVX_LIGHT
}