[Libreoffice-commits] core.git: connectivity/source svtools/source tools/source unotools/source

Marcos Paulo de Souza marcos.souza.org at gmail.com
Wed Aug 20 07:10:26 PDT 2014


 connectivity/source/commontools/parameters.cxx          |    4 ----
 connectivity/source/drivers/dbase/DConnection.cxx       |    1 -
 connectivity/source/drivers/file/FDatabaseMetaData.cxx  |    1 -
 connectivity/source/drivers/file/FPreparedStatement.cxx |    1 -
 connectivity/source/drivers/file/FResultSet.cxx         |    1 -
 connectivity/source/drivers/file/FStatement.cxx         |    1 -
 connectivity/source/drivers/file/FTable.cxx             |    1 -
 connectivity/source/drivers/file/fcode.cxx              |    1 -
 svtools/source/config/itemholder2.cxx                   |    3 ---
 svtools/source/contnr/contentenumeration.cxx            |    1 -
 svtools/source/contnr/viewdataentry.cxx                 |    3 ---
 svtools/source/control/accessibleruler.cxx              |    1 -
 tools/source/generic/config.cxx                         |    1 -
 tools/source/generic/line.cxx                           |    1 -
 tools/source/stream/strmunx.cxx                         |    1 -
 unotools/source/config/configvaluecontainer.cxx         |    2 --
 unotools/source/i18n/calendarwrapper.cxx                |    1 -
 unotools/source/i18n/charclass.cxx                      |    1 -
 unotools/source/i18n/collatorwrapper.cxx                |    1 -
 unotools/source/i18n/nativenumberwrapper.cxx            |    1 -
 unotools/source/i18n/numberformatcodewrapper.cxx        |    1 -
 unotools/source/i18n/transliterationwrapper.cxx         |    1 -
 unotools/source/streaming/streamwrap.cxx                |    1 -
 23 files changed, 31 deletions(-)

New commits:
commit b3d985230968fe8987023db6353d09d4567be74c
Author: Marcos Paulo de Souza <marcos.souza.org at gmail.com>
Date:   Tue Aug 19 08:08:55 2014 -0300

    Remove more useless includes of tools/debug.hxx
    
    Change-Id: If289dcbff125ac0088f01b5c9752f9f3173585dc
    Reviewed-on: https://gerrit.libreoffice.org/11020
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index d7809d5..72757fb 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 a86c316..f4881b0 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 c36c302..5a766df 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 7d5e1c5..66dff0a 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 ee98373..08210b5 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 c83fadf..229cc8e 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 4abbcbd..afae348 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 65e8260..0894d95f 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 deaf609..9c0def3 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 a78377e..40f63fc 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 fc8869f..52f98db 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 bfbdec6..89abfe7 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 b90f7a9..913a1cf 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 013be46..f84003c 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 7c2c651..a10ea45 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 5120ec8..8a185b4 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 278259a..c39f5f7 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 ac627ec..452332a 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 3a9cf3f..44c01ee 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 2b0c1c0..34867ba 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 f139976..d71c04a 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 40eb572..cdaaad3 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 81d2421..357bce5 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
 {


More information about the Libreoffice-commits mailing list