summaryrefslogtreecommitdiff
path: root/sw/inc/fldbas.hxx
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-05-10 12:18:03 +0200
committerKohei Yoshida <kyoshida@novell.com>2011-05-18 00:28:27 -0400
commita348253f2e1e69c2e94a98d8b1f2d6aca958fe5e (patch)
tree6f379b122e5f6e6808ab9e9dd9fde1a187fcb4a2 /sw/inc/fldbas.hxx
parent7770c9b49a9d79c46421e5c3b78cdab42052a901 (diff)
Remove #include <tools/debug.hxx> in writer/sw
Diffstat (limited to 'sw/inc/fldbas.hxx')
-rw-r--r--sw/inc/fldbas.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/fldbas.hxx b/sw/inc/fldbas.hxx
index 0d2c13f0160a..365ad2550a8e 100644
--- a/sw/inc/fldbas.hxx
+++ b/sw/inc/fldbas.hxx
@@ -29,7 +29,6 @@
#define SW_FLDBAS_HXX
#include <i18npool/lang.h>
-#include <tools/debug.hxx>
#include <tools/string.hxx>
#include "swdllapi.h"
#include <calbck.hxx>
@@ -237,7 +236,6 @@ String FormatNumber(sal_uInt16 nNum, sal_uInt32 nFormat);
// Instances of SwFields and those derived from it occur 0 to n times.
// For each class there is one instance of the associated type class.
// Base class of all field types is SwFieldType.
-DBG_NAMEEX(SwFieldType)
class SW_DLLPUBLIC SwFieldType : public SwModify
{