diff options
author | Jacek Wolszczak <shutdownrunner@gmail.com> | 2011-06-05 18:54:38 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-06-08 18:43:33 +0200 |
commit | 08690e4a428db28e89280ad0d77adc76735a3c16 (patch) | |
tree | 5f6bc3ff247273d2183daa51470393737ca68875 | |
parent | b0ceefe1ab8a70645775eb72411a617c0c518722 (diff) |
Remove the remaining debug.hxx includes in writer
-rw-r--r-- | starmath/inc/rect.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/symbol.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/types.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/bastyp/swcache.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/bastyp/swregion.cxx | 4 | ||||
-rw-r--r-- | sw/source/core/doc/sortopt.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/blink.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/unocore/unoevtlstnr.cxx | 1 |
8 files changed, 0 insertions, 14 deletions
diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx index ca5c289f416a..57cceba3b784 100644 --- a/starmath/inc/rect.hxx +++ b/starmath/inc/rect.hxx @@ -34,7 +34,6 @@ #include <tools/gen.hxx> #include <vcl/outdev.hxx> #include <vcl/metric.hxx> -#include <tools/debug.hxx> #include "format.hxx" diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index aa6264989bcd..fab52c33b48a 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -30,7 +30,6 @@ #define SYMBOL_HXX #include <vcl/font.hxx> -#include <tools/debug.hxx> #include <tools/dynary.hxx> #include <svl/lstner.hxx> #include <svl/svarray.hxx> diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx index 818b114f2de6..8353f6e10299 100644 --- a/starmath/inc/types.hxx +++ b/starmath/inc/types.hxx @@ -30,8 +30,6 @@ #define TYPES_HXX #include <sal/types.h> -#include <tools/debug.hxx> - #define FONTNAME_MATH "OpenSymbol" ///////////////////////////////////////////////////////////////// diff --git a/sw/source/core/bastyp/swcache.cxx b/sw/source/core/bastyp/swcache.cxx index 0282098bdcc8..fc647aa5d754 100644 --- a/sw/source/core/bastyp/swcache.cxx +++ b/sw/source/core/bastyp/swcache.cxx @@ -29,7 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" -#include <tools/debug.hxx> #include <swcache.hxx> SV_IMPL_PTRARR(SwCacheObjArr,SwCacheObj*); diff --git a/sw/source/core/bastyp/swregion.cxx b/sw/source/core/bastyp/swregion.cxx index 5b812314da95..e25546969d30 100644 --- a/sw/source/core/bastyp/swregion.cxx +++ b/sw/source/core/bastyp/swregion.cxx @@ -29,10 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" - - - -#include <tools/debug.hxx> #include "swtypes.hxx" #include "swrect.hxx" #include "swregion.hxx" diff --git a/sw/source/core/doc/sortopt.cxx b/sw/source/core/doc/sortopt.cxx index eaee0fddd513..8e41253db134 100644 --- a/sw/source/core/doc/sortopt.cxx +++ b/sw/source/core/doc/sortopt.cxx @@ -29,8 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" - -#include <tools/debug.hxx> #include <i18npool/lang.h> #include <sortopt.hxx> diff --git a/sw/source/core/text/blink.cxx b/sw/source/core/text/blink.cxx index fac71e3b7d5b..b8e1d8d90b20 100644 --- a/sw/source/core/text/blink.cxx +++ b/sw/source/core/text/blink.cxx @@ -29,8 +29,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_sw.hxx" - -#include <tools/debug.hxx> #include "viewsh.hxx" #include "rootfrm.hxx" // GetOleShell() #include "txtfrm.hxx" // FindRootFrm() diff --git a/sw/source/core/unocore/unoevtlstnr.cxx b/sw/source/core/unocore/unoevtlstnr.cxx index 0e20fd81af9f..7df2d1cb4a0e 100644 --- a/sw/source/core/unocore/unoevtlstnr.cxx +++ b/sw/source/core/unocore/unoevtlstnr.cxx @@ -31,7 +31,6 @@ #include <unoevtlstnr.hxx> -#include <tools/debug.hxx> #include <com/sun/star/lang/EventObject.hpp> #include <com/sun/star/lang/XEventListener.hpp> |