summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLTextBlocks.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-10-19 12:29:54 +0000
committerjp <jp@openoffice.org>2001-10-19 12:29:54 +0000
commit87384316d555231fce1478f0794e08538fb1c97c (patch)
tree58e8f7cd500dce0647881b748ff1ff33e621bbd3 /sw/source/core/inc/SwXMLTextBlocks.hxx
parenta01f3ec964fdc8a060d1edff81a4dfc0c39bd4af (diff)
Bug #88180#: change interface use string insted of OUString
Diffstat (limited to 'sw/source/core/inc/SwXMLTextBlocks.hxx')
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx41
1 files changed, 6 insertions, 35 deletions
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index b74496e0ffac..2530a484930b 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mtg $ $Date: 2001-06-06 09:54:31 $
+ * last change: $Author: jp $ $Date: 2001-10-19 13:29:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,48 +61,19 @@
#ifndef _SW_XMLTEXTBLOCKS_HXX
#define _SW_XMLTEXTBLOCKS_HXX
+#ifndef _EMBOBJ_HXX
+#include <so3/embobj.hxx>
+#endif
#ifndef _SWBLOCKS_HXX
#include <swblocks.hxx>
#endif
-#ifndef SW_SWDLL_HXX
-#include <swdll.hxx>
-#endif
-#ifndef _DATE_HXX //autogen
-#include <tools/date.hxx>
-#endif
-
-#ifndef _PERSIST_HXX //autogen
-#include <so3/persist.hxx>
-#endif
-
-#ifndef _SVARRAY_HXX //autogen
-#include <svtools/svarray.hxx>
-#endif
-
-// Note...these headers only needed for the IsUCBStorage function
-#include <tools/urlobj.hxx>
-#include <unotools/streamhelper.hxx>
-#include <unotools/ucbstreamhelper.hxx>
-#include <unotools/localfilehelper.hxx>
-#include <sot/stg.hxx>
-
-#ifndef _SHELLIO_HXX
-#include <shellio.hxx>
-#endif
-
-#ifndef _EMBOBJ_HXX //autogen
-#include <so3/embobj.hxx>
-#endif
-
-
class SfxMedium;
class SwPaM;
class SwDoc;
class SvxMacroTableDtor;
class SwImpBlocks;
class SwDocShell;
-class SvEmbeddedObjectRef;
#define SWXML_CONVBLOCK 0x0001
#define SWXML_NOROOTCOMMIT 0x0002
@@ -174,7 +145,7 @@ public:
ULONG GetBlockText( const String& rShort, String& rText );
ULONG PutBlockText( const String& rShort, const String& rName, const String& rText, const String& rPackageName );
void MakeBlockText( const String& rText );
- void AddTextNode( const ::rtl::OUString& rText );
+ void AddTextNode( const String& rText );
};