summaryrefslogtreecommitdiffstats
path: root/starmath
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-06-05 18:54:38 +0200
committerPetr Mladek <pmladek@suse.cz>2011-06-08 18:43:33 +0200
commit08690e4a428db28e89280ad0d77adc76735a3c16 (patch)
tree5f6bc3ff247273d2183daa51470393737ca68875 /starmath
parentReplace DBG_ stuff with OSL_ equivalents in writer (diff)
downloadcore-08690e4a428db28e89280ad0d77adc76735a3c16.tar.gz
core-08690e4a428db28e89280ad0d77adc76735a3c16.zip
Remove the remaining debug.hxx includes in writer
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/rect.hxx1
-rw-r--r--starmath/inc/symbol.hxx1
-rw-r--r--starmath/inc/types.hxx2
3 files changed, 0 insertions, 4 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"
/////////////////////////////////////////////////////////////////