summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/wrtxml.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-27 13:09:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-27 13:09:12 +0000
commit42fa6488dcc92e5531d18ca21cca12876e20801a (patch)
tree1b0bec0b02db36ec0cac237cb9e3381a81c8f539 /sw/source/filter/xml/wrtxml.hxx
parent46c2d71fb5169dfcad81f80d1c254fa80094f7b9 (diff)
INTEGRATION: CWS emblock1 (1.8.394); FILE MERGED
2005/09/06 12:20:14 mav 1.8.394.1: #i51895# use status indicator from MediaDescriptor, if there is no do not create new one
Diffstat (limited to 'sw/source/filter/xml/wrtxml.hxx')
-rw-r--r--sw/source/filter/xml/wrtxml.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/filter/xml/wrtxml.hxx b/sw/source/filter/xml/wrtxml.hxx
index 2b3f590afb41..b8760e71f6e1 100644
--- a/sw/source/filter/xml/wrtxml.hxx
+++ b/sw/source/filter/xml/wrtxml.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wrtxml.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 06:18:57 $
+ * last change: $Author: hr $ $Date: 2005-10-27 14:09:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,10 +55,11 @@ namespace com { namespace sun { namespace start {
class SwXMLWriter : public StgWriter
{
- sal_uInt32 _Write();
+ sal_uInt32 _Write( SfxMedium* pTargetMedium = NULL );
protected:
virtual sal_uInt32 WriteStorage();
+ virtual sal_uInt32 WriteMedium( SfxMedium& aTargetMedium );
public: