summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2011-12-06 15:25:35 +0100
committerEike Rathke <erack@redhat.com>2011-12-06 17:16:57 +0100
commit4c2dcaf1307ca4711c9b622796914e87eb64145b (patch)
treec1e940254711e6f5c4b48b24a60712a2542c4d91 /sw
parent8d9216f289deb14d140a13dbf570b99819d4f8bc (diff)
Removed unnessecary tools/table.hxx includes
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/docary.hxx1
-rw-r--r--sw/inc/hints.hxx1
-rw-r--r--sw/source/filter/writer/writer.cxx1
3 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index 52c2fe08df5e..94374909b8e0 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -45,7 +45,6 @@ namespace com { namespace sun { namespace star { namespace i18n {
struct ForbiddenCharacters; // comes from the I18N UNO interface
}}}}
-#include <tools/table.hxx>
#include <swtypes.hxx>
#include <svl/svarray.hxx>
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index 4d07b8039c25..4f1bb283d50b 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -28,7 +28,6 @@
#ifndef _HINTS_HXX
#define _HINTS_HXX
-#include <tools/table.hxx>
#include <swatrset.hxx>
class SwFmt;
diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx
index 2560be696940..1d028016605d 100644
--- a/sw/source/filter/writer/writer.cxx
+++ b/sw/source/filter/writer/writer.cxx
@@ -31,6 +31,7 @@
#define _SVSTDARR_STRINGSSORTDTOR
#include <svl/svstdarr.hxx>
+#include <tools/table.hxx>
#include <sot/storage.hxx>
#include <sfx2/docfile.hxx>