[Libreoffice-commits] .: 4 commits - filter/source rsc/inc svtools/source svx/source
August Sodora
augsod at kemper.freedesktop.org
Sat Nov 26 20:15:50 PST 2011
filter/source/filtertracer/filtertracer.hxx | 9 ++-------
rsc/inc/rsclex.hxx | 1 -
svtools/source/filter/wmf/winmtf.hxx | 8 --------
svx/source/customshapes/EnhancedCustomShapeEngine.hxx | 4 ----
4 files changed, 2 insertions(+), 20 deletions(-)
New commits:
commit 17dc1712da6d1d83aa8b0fdb31c9294da7a7bc67
Author: August Sodora <augsod at gmail.com>
Date: Sat Nov 26 23:14:53 2011 -0500
Remove unnecessary tools includes
diff --git a/svtools/source/filter/wmf/winmtf.hxx b/svtools/source/filter/wmf/winmtf.hxx
index 28c19c0..6f5e778 100644
--- a/svtools/source/filter/wmf/winmtf.hxx
+++ b/svtools/source/filter/wmf/winmtf.hxx
@@ -35,22 +35,14 @@
#include <sot/object.hxx>
#include <boost/shared_ptr.hpp>
-#include <tools/debug.hxx>
-#include <tools/stack.hxx>
-#include <tools/table.hxx>
#include <vcl/graph.hxx>
#include <vcl/virdev.hxx>
-#include <tools/poly.hxx>
#include <basegfx/tools/b2dclipstate.hxx>
#include <vcl/font.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/lineinfo.hxx>
#include <svtools/fltcall.hxx>
-#include <vector>
-#include <math.h>
-#include <stdlib.h>
-
#define ERROR 0
#define NULLREGION 1
#define SIMPLEREGION 2
commit 3dc1172426d18e2b611703092227ae95a934163b
Author: August Sodora <augsod at gmail.com>
Date: Sat Nov 26 23:10:51 2011 -0500
Remove unnecessary tools includes
diff --git a/filter/source/filtertracer/filtertracer.hxx b/filter/source/filtertracer/filtertracer.hxx
index 12649da..f343f87 100644
--- a/filter/source/filtertracer/filtertracer.hxx
+++ b/filter/source/filtertracer/filtertracer.hxx
@@ -29,13 +29,6 @@
#ifndef _FILTERTRACER_HXX
#define _FILTERTRACER_HXX
-#include <rtl/ustring.hxx>
-#include <tools/debug.hxx>
-#include <tools/stream.hxx>
-#include <tools/string.hxx>
-#include <tools/urlobj.hxx>
-#include <tools/stack.hxx>
-
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -54,6 +47,8 @@
#include <com/sun/star/util/SearchResult.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
+class SvStream;
+
// -----------------------------------------------------------------------------
#define NMSP_IO com::sun::star::io
commit 6d3b871ee4c201569cbd171a18f3dd38675494fe
Author: August Sodora <augsod at gmail.com>
Date: Sat Nov 26 23:06:28 2011 -0500
Remove unnecessary includes
diff --git a/svx/source/customshapes/EnhancedCustomShapeEngine.hxx b/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
index d209e4f..a806522 100644
--- a/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
+++ b/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
@@ -29,10 +29,6 @@
#ifndef _ENHANCED_CUSTOMSHAPE_ENGINE_HXX
#define _ENHANCED_CUSTOMSHAPE_ENGINE_HXX
-#include <tools/debug.hxx>
-#include <tools/string.hxx>
-#include <tools/stack.hxx>
-
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
commit a6cc570e5cbc455f0f1626ab9e904cee290b9081
Author: August Sodora <augsod at gmail.com>
Date: Sat Nov 26 23:03:36 2011 -0500
Remove unnecessary tools/stack.hxx include
diff --git a/rsc/inc/rsclex.hxx b/rsc/inc/rsclex.hxx
index c861e89..fed44dd 100644
--- a/rsc/inc/rsclex.hxx
+++ b/rsc/inc/rsclex.hxx
@@ -25,7 +25,6 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#include <tools/stack.hxx>
#include <boost/unordered_set.hpp>
#include <rtl/strbuf.hxx>
More information about the Libreoffice-commits
mailing list