summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:19:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:19:06 +0000
commitcd5fa094e774edb5736298c5f18ca7938aa30331 (patch)
tree39f64598727c9c3f96877f99acccb17051455add /xmloff
parenteaf9d5175bdb8dad804bd0aea0c4ebf419a9a7b8 (diff)
INTEGRATION: CWS oasisbf1 (1.2.376); FILE MERGED
2004/08/12 14:09:05 mib 1.2.376.1: #i32780#: footnote configuration within sections
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLSectionFootnoteConfigImport.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx b/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx
index 6c814f0bff3b..3004ec6e86f4 100644
--- a/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx
+++ b/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLSectionFootnoteConfigImport.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dvo $ $Date: 2001-04-17 12:01:21 $
+ * last change: $Author: hr $ $Date: 2004-11-09 12:19:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,6 @@ class XMLSectionFootnoteConfigImport : public SvXMLImportContext
{
::std::vector<XMLPropertyState> & rProperties;
UniReference<XMLPropertySetMapper> rMapper;
- sal_Int32 nPropIndex;
public:
@@ -103,8 +102,7 @@ public:
sal_uInt16 nPrefix,
const ::rtl::OUString& rLocalName,
::std::vector<XMLPropertyState> & rProperties,
- const UniReference<XMLPropertySetMapper> & rMapperRef,
- sal_Int32 nIndex);
+ const UniReference<XMLPropertySetMapper> & rMapperRef);
~XMLSectionFootnoteConfigImport();