From 48272043a7fc9875f18c6b740d5e4610f3b862c4 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 3 Aug 2007 11:58:44 +0000 Subject: INTEGRATION: CWS oasisrng03 (1.10.770); FILE MERGED 2007/07/02 11:05:28 ama 1.10.770.1: #146852#: keep-together validation --- sw/source/filter/xml/xmlexpit.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sw/source/filter/xml/xmlexpit.hxx') 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, -- cgit