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

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


 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 +
 7 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit a9ba738af43c560f7bd82bb540b40a32961da7d6
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Thu Mar 29 17:53:24 2012 +0100

    Revert "Remove unnecessary tools/table.hxx includes"
    
    This reverts commit 483177482aebe7c7baea1083855eba05f37b59ff.

diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx
index 651b9eb..ac726c8 100644
--- a/editeng/source/misc/svxacorr.cxx
+++ b/editeng/source/misc/svxacorr.cxx
@@ -29,6 +29,7 @@
 #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 5623fab..4ff36a4 100644
--- a/filter/source/xsltdialog/xmlfileview.hxx
+++ b/filter/source/xsltdialog/xmlfileview.hxx
@@ -32,6 +32,7 @@
 #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 5c3c210..b9f9fb8 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -58,6 +58,7 @@
 #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 945025c..ee17d65 100644
--- a/starmath/source/math_pch.cxx
+++ b/starmath/source/math_pch.cxx
@@ -349,6 +349,7 @@
 #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 c505e27..b2a7173 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 cec8c40..b845b59 100644
--- a/toolkit/source/controls/unocontrol.cxx
+++ b/toolkit/source/controls/unocontrol.cxx
@@ -39,6 +39,7 @@
 #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 8afc19e..ac7f3ed 100644
--- a/toolkit/source/controls/unocontrolmodel.cxx
+++ b/toolkit/source/controls/unocontrolmodel.cxx
@@ -43,6 +43,7 @@
 #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