Remove the remaining debug.hxx includes in writer

This commit is contained in:
Jacek Wolszczak 2011-06-05 18:54:38 +02:00 committed by Petr Mladek
parent b0ceefe1ab
commit 08690e4a42
8 changed files with 0 additions and 14 deletions

View file

@ -34,7 +34,6 @@
#include <tools/gen.hxx>
#include <vcl/outdev.hxx>
#include <vcl/metric.hxx>
#include <tools/debug.hxx>
#include "format.hxx"

View file

@ -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>

View file

@ -30,8 +30,6 @@
#define TYPES_HXX
#include <sal/types.h>
#include <tools/debug.hxx>
#define FONTNAME_MATH "OpenSymbol"
/////////////////////////////////////////////////////////////////

View file

@ -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*);

View file

@ -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"

View file

@ -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>

View file

@ -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()

View file

@ -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>