[Libreoffice-commits] .: editeng/source filter/source sc/source starmath/source svtools/inc toolkit/source

Michael Meeks michael at kemper.freedesktop.org
Thu Mar 29 09:54:03 PDT 2012


 editeng/source/editeng/editdoc.hxx          |    1 -
 editeng/source/misc/svxacorr.cxx            |    1 -
 filter/source/xsltdialog/xmlfileview.hxx    |    1 -
 sc/source/filter/html/htmlpars.cxx          |    1 -
 starmath/source/math_pch.cxx                |    1 -
 svtools/inc/svtools/treelist.hxx            |    2 +-
 toolkit/source/controls/unocontrol.cxx      |    1 -
 toolkit/source/controls/unocontrolmodel.cxx |    1 -
 8 files changed, 1 insertion(+), 8 deletions(-)

New commits:
commit 82f5a3b5df000966d344b26fe36e776bc947c6ef
Author: Noel Grandin <noel at peralex.com>
Date:   Thu Mar 29 16:49:07 2012 +0200

    Remove unnecessary tools/table.hxx #includes

diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index 59010d6..bf00c76 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 ac726c8..651b9eb 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 4ff36a4..5623fab 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 aaae381..019d057 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 ee17d65..945025c 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 b2a7173..c505e27 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 b845b59..cec8c40 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 ac7f3ed..8afc19e 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>


More information about the Libreoffice-commits mailing list