summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-06 23:23:03 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-06 23:55:51 +0100
commitd59211357a4ae75365f23479ac2e1cd2376a5dab (patch)
treef6b5451b2a05ddd9402a2e6019f5bf1d798371a0 /editeng
parent4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff)
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'editeng')
-rw-r--r--editeng/inc/editeng/outliner.hxx1
-rw-r--r--editeng/source/items/paperinf.cxx1
-rw-r--r--editeng/source/misc/splwrap.cxx1
-rw-r--r--editeng/source/outliner/paralist.cxx1
-rw-r--r--editeng/source/uno/unoedhlp.cxx2
-rw-r--r--editeng/source/xml/xmltxtexp.cxx1
-rw-r--r--editeng/source/xml/xmltxtimp.cxx1
7 files changed, 1 insertions, 7 deletions
diff --git a/editeng/inc/editeng/outliner.hxx b/editeng/inc/editeng/outliner.hxx
index 416dadedb501..f2e52647eabb 100644
--- a/editeng/inc/editeng/outliner.hxx
+++ b/editeng/inc/editeng/outliner.hxx
@@ -30,7 +30,6 @@
#include <tools/gen.hxx>
#include <tools/string.hxx>
-#include <tools/debug.hxx>
#include <svl/brdcst.hxx>
diff --git a/editeng/source/items/paperinf.cxx b/editeng/source/items/paperinf.cxx
index 257edea4e679..de126be6f815 100644
--- a/editeng/source/items/paperinf.cxx
+++ b/editeng/source/items/paperinf.cxx
@@ -31,7 +31,6 @@
#include <limits.h>
#include <tools/shl.hxx>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <editeng/editrids.hrc>
#include <editeng/paperinf.hxx>
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx
index 605728da5cc5..b90bf75b35c6 100644
--- a/editeng/source/misc/splwrap.cxx
+++ b/editeng/source/misc/splwrap.cxx
@@ -31,7 +31,6 @@
#include <vcl/wrkwin.hxx>
#include <vcl/svapp.hxx>
#include <vcl/msgbox.hxx>
-#include <tools/debug.hxx>
#include <svtools/langtab.hxx>
#ifndef __RSC
diff --git a/editeng/source/outliner/paralist.cxx b/editeng/source/outliner/paralist.cxx
index c1d928ebaca0..a946adb3efca 100644
--- a/editeng/source/outliner/paralist.cxx
+++ b/editeng/source/outliner/paralist.cxx
@@ -33,6 +33,7 @@
#include <editeng/numdef.hxx>
#include <osl/diagnose.h>
+#include <tools/debug.hxx>
DBG_NAME(Paragraph)
diff --git a/editeng/source/uno/unoedhlp.cxx b/editeng/source/uno/unoedhlp.cxx
index 306db63440c5..57d50f034477 100644
--- a/editeng/source/uno/unoedhlp.cxx
+++ b/editeng/source/uno/unoedhlp.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-#include <tools/debug.hxx>
-
#include <editeng/unoedhlp.hxx>
#include <editeng/editdata.hxx>
#include <editeng/editeng.hxx>
diff --git a/editeng/source/xml/xmltxtexp.cxx b/editeng/source/xml/xmltxtexp.cxx
index c2763b37a89e..514e600b66d9 100644
--- a/editeng/source/xml/xmltxtexp.cxx
+++ b/editeng/source/xml/xmltxtexp.cxx
@@ -33,7 +33,6 @@
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/io/XActiveDataSource.hpp>
-#include <tools/debug.hxx>
#include <svl/itemprop.hxx>
#include <svl/brdcst.hxx>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/editeng/source/xml/xmltxtimp.cxx b/editeng/source/xml/xmltxtimp.cxx
index e73f8e87654a..91d3224f174b 100644
--- a/editeng/source/xml/xmltxtimp.cxx
+++ b/editeng/source/xml/xmltxtimp.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include <tools/debug.hxx>
#include <com/sun/star/io/XActiveDataControl.hpp>
#include <com/sun/star/io/XActiveDataSource.hpp>
#include <com/sun/star/xml/sax/XParser.hpp>