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 /starmath/inc | |
parent | b0ceefe1ab8a70645775eb72411a617c0c518722 (diff) |
Remove the remaining debug.hxx includes in writer
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/rect.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/symbol.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/types.hxx | 2 |
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" ///////////////////////////////////////////////////////////////// |