diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:23:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:51 +0100 |
commit | d59211357a4ae75365f23479ac2e1cd2376a5dab (patch) | |
tree | f6b5451b2a05ddd9402a2e6019f5bf1d798371a0 /sfx2 | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/frmload.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/linksrc.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/plugin.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx index bee8d332c536..ab6823f9043d 100644 --- a/sfx2/inc/frmload.hxx +++ b/sfx2/inc/frmload.hxx @@ -47,7 +47,6 @@ /** === end UNO includes === **/ #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase3.hxx> diff --git a/sfx2/source/appl/linksrc.cxx b/sfx2/source/appl/linksrc.cxx index 4cc0ce974514..eac6f02a4fd0 100644 --- a/sfx2/source/appl/linksrc.cxx +++ b/sfx2/source/appl/linksrc.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <tools/debug.hxx> #include <vcl/timer.hxx> #include <svl/svarray.hxx> diff --git a/sfx2/source/doc/plugin.cxx b/sfx2/source/doc/plugin.cxx index 26fb1b303502..0931a0c7acff 100644 --- a/sfx2/source/doc/plugin.cxx +++ b/sfx2/source/doc/plugin.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/plugin/PluginMode.hpp> #include <com/sun/star/awt/XControl.hpp> -#include <tools/debug.hxx> #include <rtl/ustring.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <svtools/miscopt.hxx> |