Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hello LO-devs,

As the subject already mentions this patch removes unnessecary
header includes for the tools table implementation.

I'm using OpenGrok quite often for the cleanups so I would like
to know how often the indices are updated.

---
 filter/source/xsltdialog/xmlfileview.hxx           |    1 -
 .../hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx   |    1 -
 .../source/spellcheck/macosxspell/macspellimp.hxx  |    1 -
 .../source/spellcheck/spell/sspellimp.hxx          |    1 -
 .../source/thesaurus/libnth/nthesimp.hxx           |    2 --
 linguistic/workben/sspellimp.hxx                   |    1 -
 rsc/source/tools/rscchar.cxx                       |    2 --
 sc/source/filter/inc/xcl97esc.hxx                  |    1 -
 sfx2/source/bastyp/frmhtml.cxx                     |    1 -
 svx/inc/svx/msdffdef.hxx                           |    1 -
 svx/inc/svx/xtable.hxx                             |    1 -
 sw/inc/docary.hxx                                  |    1 -
 sw/inc/hints.hxx                                   |    1 -
 sw/source/filter/writer/writer.cxx                 |    1 +
 14 files changed, 1 insertions(+), 15 deletions(-)


diff --git a/filter/source/xsltdialog/xmlfileview.hxx b/filter/source/xsltdialog/xmlfileview.hxx
index b03bc76..5edd096 100644
--- a/filter/source/xsltdialog/xmlfileview.hxx
+++ b/filter/source/xsltdialog/xmlfileview.hxx
@@ -35,7 +35,6 @@
 #include <tools/table.hxx>
 #include <svtools/xtextedt.hxx>
 #include <vcl/timer.hxx>
-#include <tools/table.hxx>
 #include <vcl/wrkwin.hxx>
 #include <vcl/ctrl.hxx>
 #include <vcl/button.hxx>
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx 
b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx
index fb2ba59..933155b 100644
--- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx
+++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx
@@ -42,7 +42,6 @@
 #include <com/sun/star/linguistic2/XHyphenator.hpp>
 #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>
 #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp>
-#include <tools/table.hxx>
 
 #include <unotools/charclass.hxx>
 
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx 
b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
index f877685..1f88342 100644
--- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
+++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx
@@ -48,7 +48,6 @@
 #include <com/sun/star/linguistic2/XSpellChecker.hpp>
 #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>
 #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp>
-#include <tools/table.hxx>
 
 #include <linguistic/misc.hxx>
 #include <linguistic/lngprophelp.hxx>
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx 
b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
index c561b22..d862dbd 100644
--- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx
@@ -41,7 +41,6 @@
 #include <com/sun/star/linguistic2/XSpellChecker.hpp>
 #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>
 #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp>
-#include <tools/table.hxx>
 
 #include <linguistic/misc.hxx>
 #include <linguistic/lngprophelp.hxx>
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx 
b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
index 7baa32d..58957f9 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx
@@ -47,8 +47,6 @@
 #include <com/sun/star/linguistic2/XLinguServiceManager.hpp>
 #include <com/sun/star/linguistic2/XSpellChecker1.hpp>
 
-#include <tools/table.hxx>
-
 #include <unotools/charclass.hxx>
 
 #include <lingutil.hxx>
diff --git a/linguistic/workben/sspellimp.hxx b/linguistic/workben/sspellimp.hxx
index 5e839b4..b2ebeff 100644
--- a/linguistic/workben/sspellimp.hxx
+++ b/linguistic/workben/sspellimp.hxx
@@ -41,7 +41,6 @@
 #include <com/sun/star/linguistic2/XSpellChecker.hpp>
 #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>
 #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp>
-#include <tools/table.hxx>
 
 #include "linguistic/misc.hxx"
 #include "sprophelp.hxx"
diff --git a/rsc/source/tools/rscchar.cxx b/rsc/source/tools/rscchar.cxx
index c43874c..f4b7464 100644
--- a/rsc/source/tools/rscchar.cxx
+++ b/rsc/source/tools/rscchar.cxx
@@ -31,8 +31,6 @@
 #include <string.h>
 #include <ctype.h>
 
-#include <tools/table.hxx>
-
 // Solar Definitionen
 #include <tools/solar.h>
 #include <rsctools.hxx>
diff --git a/sc/source/filter/inc/xcl97esc.hxx b/sc/source/filter/inc/xcl97esc.hxx
index a2af601..3634874 100644
--- a/sc/source/filter/inc/xcl97esc.hxx
+++ b/sc/source/filter/inc/xcl97esc.hxx
@@ -31,7 +31,6 @@
 
 #include <memory>
 #include <stack>
-#include <tools/table.hxx>
 #include <filter/msfilter/escherex.hxx>
 #include "xlescher.hxx"
 #include "xeroot.hxx"
diff --git a/sfx2/source/bastyp/frmhtml.cxx b/sfx2/source/bastyp/frmhtml.cxx
index a0cb635..d8b9e18 100644
--- a/sfx2/source/bastyp/frmhtml.cxx
+++ b/sfx2/source/bastyp/frmhtml.cxx
@@ -27,7 +27,6 @@
  ************************************************************************/
 
 
-#include <tools/table.hxx>
 #include <svtools/htmltokn.h>
 #include <svtools/asynclink.hxx>
 
diff --git a/svx/inc/svx/msdffdef.hxx b/svx/inc/svx/msdffdef.hxx
index 112d662..1d86986 100644
--- a/svx/inc/svx/msdffdef.hxx
+++ b/svx/inc/svx/msdffdef.hxx
@@ -32,7 +32,6 @@
 
 #include <tools/solar.h>
 #include <tools/stream.hxx>
-#include <tools/table.hxx>
 #include <tools/string.hxx>
 #include <tools/gen.hxx>
 #include "svx/svxdllapi.h"
diff --git a/svx/inc/svx/xtable.hxx b/svx/inc/svx/xtable.hxx
index 361520d..a5f2197 100644
--- a/svx/inc/svx/xtable.hxx
+++ b/svx/inc/svx/xtable.hxx
@@ -44,7 +44,6 @@
 
 #include <cppuhelper/weak.hxx>
 
-#include <tools/table.hxx>
 #include "svx/svxdllapi.h"
 #include <com/sun/star/embed/XStorage.hpp>
 #include <basegfx/polygon/b2dpolypolygon.hxx>
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index 52c2fe0..9437490 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 4d07b80..4f1bb28 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 2560be6..1d02801 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>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.