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 /unotools | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/accelcfg.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/eventcfg.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/fontcfg.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/historyoptions.cxx | 1 | ||||
-rw-r--r-- | unotools/source/config/optionsdlg.cxx | 1 | ||||
-rw-r--r-- | unotools/source/streaming/streamhelper.cxx | 1 | ||||
-rw-r--r-- | unotools/source/ucbhelper/localfilehelper.cxx | 1 | ||||
-rw-r--r-- | unotools/source/ucbhelper/ucbstreamhelper.cxx | 1 | ||||
-rw-r--r-- | unotools/source/ucbhelper/xtempfile.cxx | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/unotools/source/config/accelcfg.cxx b/unotools/source/config/accelcfg.cxx index a93a58be29b5..b1d1c3f67f49 100644 --- a/unotools/source/config/accelcfg.cxx +++ b/unotools/source/config/accelcfg.cxx @@ -36,7 +36,6 @@ #include <com/sun/star/xml/sax/XParser.hpp> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> -#include <tools/debug.hxx> #include <osl/mutex.hxx> #include <tools/string.hxx> diff --git a/unotools/source/config/eventcfg.cxx b/unotools/source/config/eventcfg.cxx index ba15664441f8..84fe68b3e691 100644 --- a/unotools/source/config/eventcfg.cxx +++ b/unotools/source/config/eventcfg.cxx @@ -30,7 +30,6 @@ #include <unotools/eventcfg.hxx> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> -#include <tools/debug.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/unotools/source/config/fontcfg.cxx b/unotools/source/config/fontcfg.cxx index c5109ce38ef0..b3dd31da5d6e 100644 --- a/unotools/source/config/fontcfg.cxx +++ b/unotools/source/config/fontcfg.cxx @@ -37,7 +37,6 @@ #include <rtl/ustrbuf.hxx> #include <rtl/instance.hxx> #include <sal/macros.h> -#include <tools/debug.hxx> #if OSL_DEBUG_LEVEL > 1 #include <stdio.h> diff --git a/unotools/source/config/historyoptions.cxx b/unotools/source/config/historyoptions.cxx index 91b5a88648f6..57d490d0f29c 100644 --- a/unotools/source/config/historyoptions.cxx +++ b/unotools/source/config/historyoptions.cxx @@ -31,7 +31,6 @@ #include <unotools/historyoptions_const.hxx> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> -#include <tools/debug.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/unotools/source/config/optionsdlg.cxx b/unotools/source/config/optionsdlg.cxx index 3ddbd9eadc8e..51295be81ec7 100644 --- a/unotools/source/config/optionsdlg.cxx +++ b/unotools/source/config/optionsdlg.cxx @@ -30,7 +30,6 @@ #include <unotools/optionsdlg.hxx> #include <unotools/configmgr.hxx> #include <unotools/configitem.hxx> -#include <tools/debug.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <osl/mutex.hxx> diff --git a/unotools/source/streaming/streamhelper.cxx b/unotools/source/streaming/streamhelper.cxx index 0fc002a84d62..26293ad72dee 100644 --- a/unotools/source/streaming/streamhelper.cxx +++ b/unotools/source/streaming/streamhelper.cxx @@ -27,7 +27,6 @@ ************************************************************************/ #include <unotools/streamhelper.hxx> -#include <tools/debug.hxx> namespace utl { diff --git a/unotools/source/ucbhelper/localfilehelper.cxx b/unotools/source/ucbhelper/localfilehelper.cxx index ceef0e9aef2f..b2c14cf268af 100644 --- a/unotools/source/ucbhelper/localfilehelper.cxx +++ b/unotools/source/ucbhelper/localfilehelper.cxx @@ -35,7 +35,6 @@ #include <ucbhelper/contentbroker.hxx> #include <rtl/ustring.hxx> #include <osl/file.hxx> -#include <tools/debug.hxx> #include <tools/urlobj.hxx> #include <ucbhelper/content.hxx> #include <vector> diff --git a/unotools/source/ucbhelper/ucbstreamhelper.cxx b/unotools/source/ucbhelper/ucbstreamhelper.cxx index 326ed53fc62b..b042078145c7 100644 --- a/unotools/source/ucbhelper/ucbstreamhelper.cxx +++ b/unotools/source/ucbhelper/ucbstreamhelper.cxx @@ -38,7 +38,6 @@ #include <ucbhelper/contentbroker.hxx> #include <ucbhelper/content.hxx> -#include <tools/debug.hxx> #include <unotools/streamwrap.hxx> using namespace ::com::sun::star::uno; diff --git a/unotools/source/ucbhelper/xtempfile.cxx b/unotools/source/ucbhelper/xtempfile.cxx index a34017a1b27f..4301dff0c6d4 100644 --- a/unotools/source/ucbhelper/xtempfile.cxx +++ b/unotools/source/ucbhelper/xtempfile.cxx @@ -31,7 +31,6 @@ #include <unotools/tempfile.hxx> #include <osl/file.hxx> #include <unotools/configmgr.hxx> -#include <tools/debug.hxx> namespace css = com::sun::star; |