summaryrefslogtreecommitdiff
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
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>
-rw-r--r--connectivity/source/commontools/parameters.cxx4
-rw-r--r--connectivity/source/drivers/dbase/DConnection.cxx1
-rw-r--r--connectivity/source/drivers/file/FDatabaseMetaData.cxx1
-rw-r--r--connectivity/source/drivers/file/FPreparedStatement.cxx1
-rw-r--r--connectivity/source/drivers/file/FResultSet.cxx1
-rw-r--r--connectivity/source/drivers/file/FStatement.cxx1
-rw-r--r--connectivity/source/drivers/file/FTable.cxx1
-rw-r--r--connectivity/source/drivers/file/fcode.cxx1
-rw-r--r--svtools/source/config/itemholder2.cxx3
-rw-r--r--svtools/source/contnr/contentenumeration.cxx1
-rw-r--r--svtools/source/contnr/viewdataentry.cxx3
-rw-r--r--svtools/source/control/accessibleruler.cxx1
-rw-r--r--tools/source/generic/config.cxx1
-rw-r--r--tools/source/generic/line.cxx1
-rw-r--r--tools/source/stream/strmunx.cxx1
-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
23 files changed, 0 insertions, 31 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index d7809d558e52..72757fb8f9b7 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -32,7 +32,6 @@
#include <connectivity/filtermanager.hxx>
#include "TConnection.hxx"
-#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <comphelper/uno3.hxx>
@@ -41,11 +40,8 @@
#include <connectivity/ParameterCont.hxx>
#include <rtl/ustrbuf.hxx>
-
namespace dbtools
{
-
-
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc;
diff --git a/connectivity/source/drivers/dbase/DConnection.cxx b/connectivity/source/drivers/dbase/DConnection.cxx
index a86c316cddaa..f4881b079936 100644
--- a/connectivity/source/drivers/dbase/DConnection.cxx
+++ b/connectivity/source/drivers/dbase/DConnection.cxx
@@ -25,7 +25,6 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include "dbase/DPreparedStatement.hxx"
#include "dbase/DStatement.hxx"
-#include <tools/debug.hxx>
#include <connectivity/dbexception.hxx>
using namespace connectivity::dbase;
diff --git a/connectivity/source/drivers/file/FDatabaseMetaData.cxx b/connectivity/source/drivers/file/FDatabaseMetaData.cxx
index c36c3029d6ea..5a766df35675 100644
--- a/connectivity/source/drivers/file/FDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/file/FDatabaseMetaData.cxx
@@ -31,7 +31,6 @@
#include "file/FDriver.hxx"
#include "file/FTable.hxx"
#include <comphelper/processfactory.hxx>
-#include <tools/debug.hxx>
#include <ucbhelper/content.hxx>
using namespace com::sun::star::ucb;
diff --git a/connectivity/source/drivers/file/FPreparedStatement.cxx b/connectivity/source/drivers/file/FPreparedStatement.cxx
index 7d5e1c5cc496..66dff0af26d7 100644
--- a/connectivity/source/drivers/file/FPreparedStatement.cxx
+++ b/connectivity/source/drivers/file/FPreparedStatement.cxx
@@ -34,7 +34,6 @@
#include "diagnose_ex.h"
#include <comphelper/types.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp>
-#include <tools/debug.hxx>
#include "resource/file_res.hrc"
using namespace connectivity;
diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx
index ee9837313ba5..08210b592603 100644
--- a/connectivity/source/drivers/file/FResultSet.cxx
+++ b/connectivity/source/drivers/file/FResultSet.cxx
@@ -36,7 +36,6 @@
#include <connectivity/dbtools.hxx>
#include <cppuhelper/propshlp.hxx>
#include <iterator>
-#include <tools/debug.hxx>
#include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/FetchDirection.hpp>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
diff --git a/connectivity/source/drivers/file/FStatement.cxx b/connectivity/source/drivers/file/FStatement.cxx
index c83fadfab892..229cc8ee88b7 100644
--- a/connectivity/source/drivers/file/FStatement.cxx
+++ b/connectivity/source/drivers/file/FStatement.cxx
@@ -35,7 +35,6 @@
#include <connectivity/dbexception.hxx>
#include "resource/file_res.hrc"
#include <algorithm>
-#include <tools/debug.hxx>
namespace connectivity
{
diff --git a/connectivity/source/drivers/file/FTable.cxx b/connectivity/source/drivers/file/FTable.cxx
index 4abbcbdf4dca..afae348e5a93 100644
--- a/connectivity/source/drivers/file/FTable.cxx
+++ b/connectivity/source/drivers/file/FTable.cxx
@@ -27,7 +27,6 @@
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <unotools/ucbstreamhelper.hxx>
-#include <tools/debug.hxx>
using namespace connectivity;
using namespace connectivity::file;
diff --git a/connectivity/source/drivers/file/fcode.cxx b/connectivity/source/drivers/file/fcode.cxx
index 65e826003bff..0894d95f9f8e 100644
--- a/connectivity/source/drivers/file/fcode.cxx
+++ b/connectivity/source/drivers/file/fcode.cxx
@@ -21,7 +21,6 @@
#include <osl/diagnose.h>
#include <connectivity/sqlparse.hxx>
#include <i18nlangtag/mslangid.hxx>
-#include <tools/debug.hxx>
#include "TConnection.hxx"
#include <com/sun/star/sdb/SQLFilterOperator.hpp>
#include <comphelper/types.hxx>
diff --git a/svtools/source/config/itemholder2.cxx b/svtools/source/config/itemholder2.cxx
index deaf609ff136..9c0def304543 100644
--- a/svtools/source/config/itemholder2.cxx
+++ b/svtools/source/config/itemholder2.cxx
@@ -34,9 +34,6 @@
#include <unotools/options.hxx>
#include <svtools/miscopt.hxx>
-
-#include <tools/debug.hxx>
-
namespace svtools {
ItemHolder2::ItemHolder2()
diff --git a/svtools/source/contnr/contentenumeration.cxx b/svtools/source/contnr/contentenumeration.cxx
index a78377e5a34b..40f63fc282de 100644
--- a/svtools/source/contnr/contentenumeration.cxx
+++ b/svtools/source/contnr/contentenumeration.cxx
@@ -30,7 +30,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/document/DocumentProperties.hpp>
#include <comphelper/processfactory.hxx>
-#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
diff --git a/svtools/source/contnr/viewdataentry.cxx b/svtools/source/contnr/viewdataentry.cxx
index fc8869fa28e5..52f98db631bb 100644
--- a/svtools/source/contnr/viewdataentry.cxx
+++ b/svtools/source/contnr/viewdataentry.cxx
@@ -19,9 +19,6 @@
#include <svtools/viewdataentry.hxx>
-#include <tools/debug.hxx>
-
-
SvViewDataEntry::SvViewDataEntry() :
nVisPos(0),
mbSelected(false),
diff --git a/svtools/source/control/accessibleruler.cxx b/svtools/source/control/accessibleruler.cxx
index bfbdec66e443..89abfe7e0eee 100644
--- a/svtools/source/control/accessibleruler.cxx
+++ b/svtools/source/control/accessibleruler.cxx
@@ -31,7 +31,6 @@
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
#include <rtl/uuid.h>
-#include <tools/debug.hxx>
#include <tools/gen.hxx>
#include <svtools/ruler.hxx>
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index b90f7a947381..913a1cfe3cb6 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -29,7 +29,6 @@
#include <osl/file.hxx>
#include <tools/stream.hxx>
-#include <tools/debug.hxx>
#include <tools/config.hxx>
#include <osl/security.h>
#include <rtl/strbuf.hxx>
diff --git a/tools/source/generic/line.cxx b/tools/source/generic/line.cxx
index 013be469945b..f84003cb6e00 100644
--- a/tools/source/generic/line.cxx
+++ b/tools/source/generic/line.cxx
@@ -19,7 +19,6 @@
#include <tools/link.hxx>
#include <tools/line.hxx>
-#include <tools/debug.hxx>
#include <tools/helpers.hxx>
#include <cstdlib>
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index 7c2c6513edfa..a10ea4523eae 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -25,7 +25,6 @@
#include <unistd.h>
#include <limits.h>
-#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <vector>
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
{