diff options
-rw-r--r-- | editeng/source/editeng/editdoc.hxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 1 | ||||
-rw-r--r-- | filter/source/xsltdialog/xmlfileview.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/html/htmlpars.cxx | 1 | ||||
-rw-r--r-- | starmath/source/math_pch.cxx | 1 | ||||
-rw-r--r-- | svtools/inc/svtools/treelist.hxx | 2 | ||||
-rw-r--r-- | toolkit/source/controls/unocontrol.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/unocontrolmodel.cxx | 1 |
8 files changed, 1 insertions, 8 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx index 59010d6feb7e..bf00c76a7d88 100644 --- a/editeng/source/editeng/editdoc.hxx +++ b/editeng/source/editeng/editdoc.hxx @@ -37,7 +37,6 @@ #include <svl/itemset.hxx> #include <svl/style.hxx> #include <svl/itempool.hxx> -#include <tools/table.hxx> #include <vector> #include <deque> diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index ac726c84a437..651b9ebc375b 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/io/XStream.hpp> #include <com/sun/star/lang/Locale.hpp> #include <tools/urlobj.hxx> -#include <tools/table.hxx> #include <i18npool/mslangid.hxx> #include <vcl/svapp.hxx> #include <sot/storinfo.hxx> diff --git a/filter/source/xsltdialog/xmlfileview.hxx b/filter/source/xsltdialog/xmlfileview.hxx index 4ff36a4b4f17..5623fab0b0be 100644 --- a/filter/source/xsltdialog/xmlfileview.hxx +++ b/filter/source/xsltdialog/xmlfileview.hxx @@ -32,7 +32,6 @@ #include <svl/lstner.hxx> #include <vcl/timer.hxx> -#include <tools/table.hxx> #include <svtools/xtextedt.hxx> #include <vcl/timer.hxx> #include <vcl/wrkwin.hxx> diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx index aaae381702c6..019d057448e5 100644 --- a/sc/source/filter/html/htmlpars.cxx +++ b/sc/source/filter/html/htmlpars.cxx @@ -58,7 +58,6 @@ #include <vcl/svapp.hxx> #include <tools/urlobj.hxx> #include <tools/tenccvt.hxx> -#include <tools/table.hxx> #include "htmlpars.hxx" #include "global.hxx" diff --git a/starmath/source/math_pch.cxx b/starmath/source/math_pch.cxx index ee17d65746dd..945025cc7d06 100644 --- a/starmath/source/math_pch.cxx +++ b/starmath/source/math_pch.cxx @@ -349,7 +349,6 @@ #include <vcl/metric.hxx> #include <sfx2/inimgr.hxx> #include <node.hxx> -#include <tools/table.hxx> #include <sfx2/docfac.hxx> #include <svl/ownlist.hxx> #include <sfx2/objsh.hxx> diff --git a/svtools/inc/svtools/treelist.hxx b/svtools/inc/svtools/treelist.hxx index b2a7173912cb..c505e27e024d 100644 --- a/svtools/inc/svtools/treelist.hxx +++ b/svtools/inc/svtools/treelist.hxx @@ -29,12 +29,12 @@ #ifndef _SVTREELIST_HXX #define _SVTREELIST_HXX +#include <limits.h> #include "svtools/svtdllapi.h" #include <tools/solar.h> #include <vector> #include <boost/ptr_container/ptr_map.hpp> -#include <tools/table.hxx> #include <tools/link.hxx> #include <tools/string.hxx> #include <tools/debug.hxx> diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx index b845b5984714..cec8c40fe56e 100644 --- a/toolkit/source/controls/unocontrol.cxx +++ b/toolkit/source/controls/unocontrol.cxx @@ -39,7 +39,6 @@ #include <rtl/memory.h> #include <rtl/uuid.h> #include <osl/mutex.hxx> -#include <tools/table.hxx> #include <tools/date.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx index ac7f3ed1948b..8afc19e68057 100644 --- a/toolkit/source/controls/unocontrolmodel.cxx +++ b/toolkit/source/controls/unocontrolmodel.cxx @@ -43,7 +43,6 @@ #include <rtl/memory.h> #include <rtl/uuid.h> #include <tools/diagnose_ex.h> -#include <tools/table.hxx> #include <tools/date.hxx> #include <tools/time.hxx> #include <tools/debug.hxx> |