summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-08-19 08:08:55 -0300
committerDavid Tardon <dtardon@redhat.com>2014-08-20 09:10:01 -0500
commitb3d985230968fe8987023db6353d09d4567be74c (patch)
tree177767487d286d1726cf38a07edc64d9c4002d5d /unotools
parente5070e0cc2bc7c19668846d3faaa1b97e3440f06 (diff)
Remove more useless includes of tools/debug.hxx
Change-Id: If289dcbff125ac0088f01b5c9752f9f3173585dc Reviewed-on: https://gerrit.libreoffice.org/11020 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/configvaluecontainer.cxx2
-rw-r--r--unotools/source/i18n/calendarwrapper.cxx1
-rw-r--r--unotools/source/i18n/charclass.cxx1
-rw-r--r--unotools/source/i18n/collatorwrapper.cxx1
-rw-r--r--unotools/source/i18n/nativenumberwrapper.cxx1
-rw-r--r--unotools/source/i18n/numberformatcodewrapper.cxx1
-rw-r--r--unotools/source/i18n/transliterationwrapper.cxx1
-rw-r--r--unotools/source/streaming/streamwrap.cxx1
8 files changed, 0 insertions, 9 deletions
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx
index 5120ec8ff74f..8a185b4dbfff 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -19,12 +19,10 @@
#include <unotools/configvaluecontainer.hxx>
#include <unotools/confignode.hxx>
-#include <tools/debug.hxx>
#include <uno/data.h>
#include <algorithm>
#include <vector>
-
namespace utl
{
diff --git a/unotools/source/i18n/calendarwrapper.cxx b/unotools/source/i18n/calendarwrapper.cxx
index 278259a46006..c39f5f7f203e 100644
--- a/unotools/source/i18n/calendarwrapper.cxx
+++ b/unotools/source/i18n/calendarwrapper.cxx
@@ -18,7 +18,6 @@
*/
#include <rtl/strbuf.hxx>
-#include <tools/debug.hxx>
#include <unotools/calendarwrapper.hxx>
#include <com/sun/star/i18n/CalendarFieldIndex.hpp>
#include <com/sun/star/i18n/LocaleCalendar.hpp>
diff --git a/unotools/source/i18n/charclass.cxx b/unotools/source/i18n/charclass.cxx
index ac627ecf44b1..452332a78cd8 100644
--- a/unotools/source/i18n/charclass.cxx
+++ b/unotools/source/i18n/charclass.cxx
@@ -20,7 +20,6 @@
#include <comphelper/processfactory.hxx>
#include <unotools/charclass.hxx>
#include <rtl/character.hxx>
-#include <tools/debug.hxx>
#include <com/sun/star/i18n/CharacterClassification.hpp>
diff --git a/unotools/source/i18n/collatorwrapper.cxx b/unotools/source/i18n/collatorwrapper.cxx
index 3a9cf3fd278f..44c01ee6fa5b 100644
--- a/unotools/source/i18n/collatorwrapper.cxx
+++ b/unotools/source/i18n/collatorwrapper.cxx
@@ -18,7 +18,6 @@
*/
#include <unotools/collatorwrapper.hxx>
-#include <tools/debug.hxx>
#include <com/sun/star/i18n/Collator.hpp>
using namespace ::com::sun::star;
diff --git a/unotools/source/i18n/nativenumberwrapper.cxx b/unotools/source/i18n/nativenumberwrapper.cxx
index 2b0c1c01e6d2..34867ba59f50 100644
--- a/unotools/source/i18n/nativenumberwrapper.cxx
+++ b/unotools/source/i18n/nativenumberwrapper.cxx
@@ -18,7 +18,6 @@
*/
#include <unotools/nativenumberwrapper.hxx>
-#include <tools/debug.hxx>
#include <com/sun/star/i18n/NativeNumberSupplier.hpp>
using namespace ::com::sun::star;
diff --git a/unotools/source/i18n/numberformatcodewrapper.cxx b/unotools/source/i18n/numberformatcodewrapper.cxx
index f139976f01f9..d71c04ad8a2d 100644
--- a/unotools/source/i18n/numberformatcodewrapper.cxx
+++ b/unotools/source/i18n/numberformatcodewrapper.cxx
@@ -19,7 +19,6 @@
#include <unotools/numberformatcodewrapper.hxx>
#include <com/sun/star/i18n/NumberFormatMapper.hpp>
-#include <tools/debug.hxx>
using namespace ::com::sun::star;
using namespace ::com::sun::star::i18n;
diff --git a/unotools/source/i18n/transliterationwrapper.cxx b/unotools/source/i18n/transliterationwrapper.cxx
index 40eb5721bb71..cdaaad3c5fec 100644
--- a/unotools/source/i18n/transliterationwrapper.cxx
+++ b/unotools/source/i18n/transliterationwrapper.cxx
@@ -18,7 +18,6 @@
*/
#include <unotools/transliterationwrapper.hxx>
-#include <tools/debug.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <com/sun/star/i18n/TransliterationModulesExtra.hpp>
diff --git a/unotools/source/streaming/streamwrap.cxx b/unotools/source/streaming/streamwrap.cxx
index 81d2421daf48..357bce58ec1e 100644
--- a/unotools/source/streaming/streamwrap.cxx
+++ b/unotools/source/streaming/streamwrap.cxx
@@ -19,7 +19,6 @@
#include <unotools/streamwrap.hxx>
#include <tools/stream.hxx>
-#include <tools/debug.hxx>
namespace utl
{