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 /toolkit/source | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/vclxtopwindow.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/controls/geometrycontrolmodel.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/tkscrollbar.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/tksimpleanimation.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/tkspinbutton.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/tkthrobber.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/helper/vclunohelper.cxx | 1 |
7 files changed, 0 insertions, 8 deletions
diff --git a/toolkit/source/awt/vclxtopwindow.cxx b/toolkit/source/awt/vclxtopwindow.cxx index 2c8a8b6a8af8..fdf6a4f2ff1f 100644 --- a/toolkit/source/awt/vclxtopwindow.cxx +++ b/toolkit/source/awt/vclxtopwindow.cxx @@ -55,8 +55,6 @@ #include <vcl/menu.hxx> #include <vcl/svapp.hxx> -#include <tools/debug.hxx> - using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::uno::Sequence; using ::com::sun::star::uno::Type; diff --git a/toolkit/source/controls/geometrycontrolmodel.cxx b/toolkit/source/controls/geometrycontrolmodel.cxx index af17e2316f51..9f6dd3eb21e5 100644 --- a/toolkit/source/controls/geometrycontrolmodel.cxx +++ b/toolkit/source/controls/geometrycontrolmodel.cxx @@ -35,7 +35,6 @@ #include <comphelper/sequence.hxx> #include <toolkit/controls/eventcontainer.hxx> #include <toolkit/helper/property.hxx> -#include <tools/debug.hxx> #include <algorithm> #include <functional> #include <comphelper/sequence.hxx> diff --git a/toolkit/source/controls/tkscrollbar.cxx b/toolkit/source/controls/tkscrollbar.cxx index 8439fd2bf676..91fcda50e0e9 100644 --- a/toolkit/source/controls/tkscrollbar.cxx +++ b/toolkit/source/controls/tkscrollbar.cxx @@ -30,7 +30,6 @@ #include "toolkit/helper/property.hxx" #include "toolkit/helper/unopropertyarrayhelper.hxx" #include <cppuhelper/typeprovider.hxx> -#include <tools/debug.hxx> // for introspection #include <toolkit/awt/vclxwindows.hxx> diff --git a/toolkit/source/controls/tksimpleanimation.cxx b/toolkit/source/controls/tksimpleanimation.cxx index 1c085e8a07e7..56192b22d48d 100644 --- a/toolkit/source/controls/tksimpleanimation.cxx +++ b/toolkit/source/controls/tksimpleanimation.cxx @@ -30,7 +30,6 @@ #include "toolkit/helper/property.hxx" #include "toolkit/helper/unopropertyarrayhelper.hxx" #include <cppuhelper/typeprovider.hxx> -#include <tools/debug.hxx> //........................................................................ namespace toolkit diff --git a/toolkit/source/controls/tkspinbutton.cxx b/toolkit/source/controls/tkspinbutton.cxx index f46eafb6ac15..eda76c4dcee9 100644 --- a/toolkit/source/controls/tkspinbutton.cxx +++ b/toolkit/source/controls/tkspinbutton.cxx @@ -33,7 +33,6 @@ #include <cppuhelper/typeprovider.hxx> -#include <tools/debug.hxx> //........................................................................ namespace toolkit diff --git a/toolkit/source/controls/tkthrobber.cxx b/toolkit/source/controls/tkthrobber.cxx index 09fa32faf2dc..2b27b1dff48b 100644 --- a/toolkit/source/controls/tkthrobber.cxx +++ b/toolkit/source/controls/tkthrobber.cxx @@ -30,7 +30,6 @@ #include "toolkit/helper/property.hxx" #include "toolkit/helper/unopropertyarrayhelper.hxx" #include <cppuhelper/typeprovider.hxx> -#include <tools/debug.hxx> //........................................................................ namespace toolkit diff --git a/toolkit/source/helper/vclunohelper.cxx b/toolkit/source/helper/vclunohelper.cxx index 09c59d5761dc..888926e87143 100644 --- a/toolkit/source/helper/vclunohelper.cxx +++ b/toolkit/source/helper/vclunohelper.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -#include <tools/debug.hxx> #include <tools/stream.hxx> #include <vcl/bitmap.hxx> #include <vcl/window.hxx> |