summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerhelper.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:14:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:14:54 +0000
commit4a7d0a28d03a4d4dd2f90ddec5c588f2e22a2d6a (patch)
tree2f89b997ba329347c5983dd0c9596548d33d78b1 /sw/source/filter/ww8/writerhelper.hxx
parent2919ff7b66b443a2d5301d35380977311f8f090c (diff)
INTEGRATION: CWS writercorehandoff (1.10.444); FILE MERGED
2006/05/08 11:21:19 fme 1.10.444.4: #i50348# Make SwDoc accessible via interfaces 2005/12/20 15:24:28 tra 1.10.444.3: RESYNC: (1.11-1.16); FILE MERGED 2005/09/13 15:32:59 tra 1.10.444.2: RESYNC: (1.10-1.11); FILE MERGED 2005/07/13 13:24:40 fme 1.10.444.1: #i50348# Make SwDoc accessible via interfaces
Diffstat (limited to 'sw/source/filter/ww8/writerhelper.hxx')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 331d0a2e4c35..0217cd3709d4 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: writerhelper.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2005-12-15 14:20:38 $
+ * last change: $Author: hr $ $Date: 2006-08-14 17:14:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,7 +32,6 @@
* MA 02111-1307 USA
*
************************************************************************/
-
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil -*- */
/// @HTML
@@ -65,9 +64,6 @@
#ifndef _NODE_HXX
# include <node.hxx> //SwCntntNode
#endif
-#ifndef _DOC_HXX
-# include <doc.hxx> //SwDoc
-#endif
#ifndef _PAM_HXX
# include <pam.hxx> //SwPaM
#endif
@@ -80,7 +76,6 @@
//# define DEBUGDUMP
#endif
-class SwDoc;
class SwTxtFmtColl;
class SwCharFmt;
class SdrObject;
@@ -92,6 +87,8 @@ class SwTxtNode;
class SwNoTxtNode;
class SwFmtCharFmt;
class Graphic;
+class SwDoc;
+class SwNumRule;
namespace sw
{