Kaydet (Commit) b3d98523 authored tarafından Marcos Paulo de Souza's avatar Marcos Paulo de Souza Kaydeden (comit) David Tardon

Remove more useless includes of tools/debug.hxx

Change-Id: If289dcbff125ac0088f01b5c9752f9f3173585dc
Reviewed-on: https://gerrit.libreoffice.org/11020Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst e5070e0c
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <connectivity/filtermanager.hxx> #include <connectivity/filtermanager.hxx>
#include "TConnection.hxx" #include "TConnection.hxx"
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h> #include <tools/diagnose_ex.h>
#include <comphelper/uno3.hxx> #include <comphelper/uno3.hxx>
...@@ -41,11 +40,8 @@ ...@@ -41,11 +40,8 @@
#include <connectivity/ParameterCont.hxx> #include <connectivity/ParameterCont.hxx>
#include <rtl/ustrbuf.hxx> #include <rtl/ustrbuf.hxx>
namespace dbtools namespace dbtools
{ {
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb; using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::sdbc; using namespace ::com::sun::star::sdbc;
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include "dbase/DPreparedStatement.hxx" #include "dbase/DPreparedStatement.hxx"
#include "dbase/DStatement.hxx" #include "dbase/DStatement.hxx"
#include <tools/debug.hxx>
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
using namespace connectivity::dbase; using namespace connectivity::dbase;
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include "file/FDriver.hxx" #include "file/FDriver.hxx"
#include "file/FTable.hxx" #include "file/FTable.hxx"
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <tools/debug.hxx>
#include <ucbhelper/content.hxx> #include <ucbhelper/content.hxx>
using namespace com::sun::star::ucb; using namespace com::sun::star::ucb;
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include "diagnose_ex.h" #include "diagnose_ex.h"
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
#include <tools/debug.hxx>
#include "resource/file_res.hrc" #include "resource/file_res.hrc"
using namespace connectivity; using namespace connectivity;
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <connectivity/dbtools.hxx> #include <connectivity/dbtools.hxx>
#include <cppuhelper/propshlp.hxx> #include <cppuhelper/propshlp.hxx>
#include <iterator> #include <iterator>
#include <tools/debug.hxx>
#include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/ResultSetType.hpp>
#include <com/sun/star/sdbc/FetchDirection.hpp> #include <com/sun/star/sdbc/FetchDirection.hpp>
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp> #include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include <connectivity/dbexception.hxx> #include <connectivity/dbexception.hxx>
#include "resource/file_res.hrc" #include "resource/file_res.hrc"
#include <algorithm> #include <algorithm>
#include <tools/debug.hxx>
namespace connectivity namespace connectivity
{ {
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp> #include <com/sun/star/sdbc/ColumnValue.hpp>
#include <unotools/ucbstreamhelper.hxx> #include <unotools/ucbstreamhelper.hxx>
#include <tools/debug.hxx>
using namespace connectivity; using namespace connectivity;
using namespace connectivity::file; using namespace connectivity::file;
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <connectivity/sqlparse.hxx> #include <connectivity/sqlparse.hxx>
#include <i18nlangtag/mslangid.hxx> #include <i18nlangtag/mslangid.hxx>
#include <tools/debug.hxx>
#include "TConnection.hxx" #include "TConnection.hxx"
#include <com/sun/star/sdb/SQLFilterOperator.hpp> #include <com/sun/star/sdb/SQLFilterOperator.hpp>
#include <comphelper/types.hxx> #include <comphelper/types.hxx>
......
...@@ -34,9 +34,6 @@ ...@@ -34,9 +34,6 @@
#include <unotools/options.hxx> #include <unotools/options.hxx>
#include <svtools/miscopt.hxx> #include <svtools/miscopt.hxx>
#include <tools/debug.hxx>
namespace svtools { namespace svtools {
ItemHolder2::ItemHolder2() ItemHolder2::ItemHolder2()
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/document/DocumentProperties.hpp> #include <com/sun/star/document/DocumentProperties.hpp>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <tools/debug.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
......
...@@ -19,9 +19,6 @@ ...@@ -19,9 +19,6 @@
#include <svtools/viewdataentry.hxx> #include <svtools/viewdataentry.hxx>
#include <tools/debug.hxx>
SvViewDataEntry::SvViewDataEntry() : SvViewDataEntry::SvViewDataEntry() :
nVisPos(0), nVisPos(0),
mbSelected(false), mbSelected(false),
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <rtl/uuid.h> #include <rtl/uuid.h>
#include <tools/debug.hxx>
#include <tools/gen.hxx> #include <tools/gen.hxx>
#include <svtools/ruler.hxx> #include <svtools/ruler.hxx>
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <osl/file.hxx> #include <osl/file.hxx>
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <tools/debug.hxx>
#include <tools/config.hxx> #include <tools/config.hxx>
#include <osl/security.h> #include <osl/security.h>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <tools/link.hxx> #include <tools/link.hxx>
#include <tools/line.hxx> #include <tools/line.hxx>
#include <tools/debug.hxx>
#include <tools/helpers.hxx> #include <tools/helpers.hxx>
#include <cstdlib> #include <cstdlib>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <unistd.h> #include <unistd.h>
#include <limits.h> #include <limits.h>
#include <tools/debug.hxx>
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <vector> #include <vector>
......
...@@ -19,12 +19,10 @@ ...@@ -19,12 +19,10 @@
#include <unotools/configvaluecontainer.hxx> #include <unotools/configvaluecontainer.hxx>
#include <unotools/confignode.hxx> #include <unotools/confignode.hxx>
#include <tools/debug.hxx>
#include <uno/data.h> #include <uno/data.h>
#include <algorithm> #include <algorithm>
#include <vector> #include <vector>
namespace utl namespace utl
{ {
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
*/ */
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <tools/debug.hxx>
#include <unotools/calendarwrapper.hxx> #include <unotools/calendarwrapper.hxx>
#include <com/sun/star/i18n/CalendarFieldIndex.hpp> #include <com/sun/star/i18n/CalendarFieldIndex.hpp>
#include <com/sun/star/i18n/LocaleCalendar.hpp> #include <com/sun/star/i18n/LocaleCalendar.hpp>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <unotools/charclass.hxx> #include <unotools/charclass.hxx>
#include <rtl/character.hxx> #include <rtl/character.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/i18n/CharacterClassification.hpp> #include <com/sun/star/i18n/CharacterClassification.hpp>
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
*/ */
#include <unotools/collatorwrapper.hxx> #include <unotools/collatorwrapper.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/i18n/Collator.hpp> #include <com/sun/star/i18n/Collator.hpp>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
*/ */
#include <unotools/nativenumberwrapper.hxx> #include <unotools/nativenumberwrapper.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/i18n/NativeNumberSupplier.hpp> #include <com/sun/star/i18n/NativeNumberSupplier.hpp>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <unotools/numberformatcodewrapper.hxx> #include <unotools/numberformatcodewrapper.hxx>
#include <com/sun/star/i18n/NumberFormatMapper.hpp> #include <com/sun/star/i18n/NumberFormatMapper.hpp>
#include <tools/debug.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
using namespace ::com::sun::star::i18n; using namespace ::com::sun::star::i18n;
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
*/ */
#include <unotools/transliterationwrapper.hxx> #include <unotools/transliterationwrapper.hxx>
#include <tools/debug.hxx>
#include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/languagetag.hxx>
#include <com/sun/star/i18n/TransliterationModulesExtra.hpp> #include <com/sun/star/i18n/TransliterationModulesExtra.hpp>
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <unotools/streamwrap.hxx> #include <unotools/streamwrap.hxx>
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <tools/debug.hxx>
namespace utl namespace utl
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment