summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLTextBlocks.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:19:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:19:34 +0000
commit141587f81db7cb5ea47d8f635fba10d55526b045 (patch)
treedf8a54d60a21889e69e783bd2a170d8be5ffe80f /sw/source/core/inc/SwXMLTextBlocks.hxx
parent8e1bf2aad840487b96893a2a80e224b0254cb8f6 (diff)
INTEGRATION: CWS sb19 (1.10.34); FILE MERGED
2004/11/02 14:31:27 mba 1.10.34.2: #110409#: remove static BaseURL 2004/10/27 07:36:29 mba 1.10.34.1: #110407#: remove static BaseURL
Diffstat (limited to 'sw/source/core/inc/SwXMLTextBlocks.hxx')
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index a34a8b2f20cd..064a19038bec 100644
--- a/sw/source/core/inc/SwXMLTextBlocks.hxx
+++ b/sw/source/core/inc/SwXMLTextBlocks.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SwXMLTextBlocks.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 19:07:56 $
+ * last change: $Author: rt $ $Date: 2005-01-11 12:19:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,7 @@
#define _SW_XMLTEXTBLOCKS_HXX
#include <sfx2/objsh.hxx>
+#include <sfx2/docfile.hxx>
#ifndef _SWBLOCKS_HXX
#include <swblocks.hxx>
@@ -85,6 +86,7 @@ protected:
SfxObjectShellRef xDocShellRef;
USHORT nFlags;
String aPackageName;
+ SfxMediumRef xMedium;
void ReadInfo();
void WriteInfo();
@@ -95,8 +97,8 @@ public:
com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xBlkRoot;
com::sun::star::uno::Reference < com::sun::star::embed::XStorage > xRoot;
short nCurBlk;
- SwXMLTextBlocks( const String& );
- SwXMLTextBlocks( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const String& );
+ SwXMLTextBlocks( const String& rFile );
+ SwXMLTextBlocks( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&, const String& rFile );
void AddName( const String&, const String&, const String&, BOOL bOnlyTxt = FALSE );
virtual void AddName( const String&, const String&, BOOL bOnlyTxt = FALSE );
void GeneratePackageName ( const String& rShort, String& rPackageName );