summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexpit.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 11:58:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-03 11:58:44 +0000
commit48272043a7fc9875f18c6b740d5e4610f3b862c4 (patch)
tree62d371268947f1498fc9fb2b37a9392fcf1ec7e8 /sw/source/filter/xml/xmlexpit.hxx
parentbce5e157785745a6729db62b15fb98bc396cddee (diff)
INTEGRATION: CWS oasisrng03 (1.10.770); FILE MERGED
2007/07/02 11:05:28 ama 1.10.770.1: #146852#: keep-together validation
Diffstat (limited to 'sw/source/filter/xml/xmlexpit.hxx')
-rw-r--r--sw/source/filter/xml/xmlexpit.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmlexpit.hxx b/sw/source/filter/xml/xmlexpit.hxx
index 9f23ec2c2b59..09cc91f42a20 100644
--- a/sw/source/filter/xml/xmlexpit.hxx
+++ b/sw/source/filter/xml/xmlexpit.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlexpit.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2005-11-16 13:54:09 $
+ * last change: $Author: hr $ $Date: 2007-08-03 12:58:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,14 +70,16 @@ protected:
SvXMLItemMapEntriesRef mrMapEntries;
/** fills the given attribute list with the items in the given set */
- void exportXML( SvXMLAttributeList& rAttrList,
+ void exportXML( const SvXMLExport& rExport,
+ SvXMLAttributeList& rAttrList,
const SfxItemSet& rSet,
const SvXMLUnitConverter& rUnitConverter,
const SvXMLNamespaceMap& rNamespaceMap,
sal_uInt16 nFlags,
SvUShorts* pIndexArray ) const;
- void exportXML( SvXMLAttributeList& rAttrList,
+ void exportXML( const SvXMLExport& rExport,
+ SvXMLAttributeList& rAttrList,
const SfxPoolItem& rItem,
const SvXMLItemMapEntry &rEntry,
const SvXMLUnitConverter& rUnitConverter,