summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-20 14:20:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-20 14:20:03 +0000
commit0d8724195ec7d42e952d920d68eead59ff59e074 (patch)
treefebcefc50e79e89aff8d3a2c13c948361dd3dedc /sw/source/filter/ww8
parent455b28524807389301ef743690743cd27650d28e (diff)
INTEGRATION: CWS redlinefilterteam24 (1.60.18); FILE MERGED
2004/08/27 16:47:12 mmaher 1.60.18.1: #i15212# Pulled out common redlining helper classes and put them where rtf can get at it them
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx14
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index de489911c32b..f5914c683f27 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtww8.hxx,v $
*
- * $Revision: 1.62 $
+ * $Revision: 1.63 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 14:25:20 $
+ * last change: $Author: rt $ $Date: 2004-09-20 15:20:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,6 +112,11 @@
#include "writerhelper.hxx"
#endif
+#ifndef SW_MS_MSFILTER_HXX
+#include "../inc/msfilter.hxx"
+#endif
+
+
// einige Forward Deklarationen
class BitmapPalette;
class SwEscherEx;
@@ -415,6 +420,11 @@ typedef ::std::pair<String, ULONG> aPair;
typedef std::vector<aPair> SwImplBookmarks;
typedef std::vector<aPair>::iterator SwImplBookmarksIter;
+class WW8_WrtRedlineAuthor : public sw::util::WrtRedlineAuthor
+{
+ public:
+ virtual void Write(Writer &rWrt);
+};
// der WW8-Writer
class SwWW8Writer: public StgWriter