diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-07 14:34:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-08 08:33:01 +0200 |
commit | b3eb84376653b1f5883a3543adf36547790dd045 (patch) | |
tree | 7fd152186dc38de76207608e44a0054033d2aaae | |
parent | 43e997d2d9f5ca98bf765e1c956bf56f66935eb5 (diff) |
cleanup tools/debug.hxx includes
with command
> git grep -l tools/debug.hxx |
xargs grep -L DBG_ |
xargs sed -i '/#include *\(<\|\"\)tools\/debug.hxx.*/d'
don't change files in includes/ and */pch
Change-Id: Ie429d6a7dca5dfa1073e0f5ba037f7c84bdbec08
Reviewed-on: https://gerrit.libreoffice.org/37349
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
251 files changed, 0 insertions, 251 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.cxx b/dbaccess/source/core/api/CRowSetDataColumn.cxx index 99b15f7d335f..680be37f9b75 100644 --- a/dbaccess/source/core/api/CRowSetDataColumn.cxx +++ b/dbaccess/source/core/api/CRowSetDataColumn.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <com/sun/star/sdbc/SQLException.hpp> -#include <tools/debug.hxx> using namespace dbaccess; using namespace comphelper; diff --git a/dbaccess/source/core/api/CacheSet.cxx b/dbaccess/source/core/api/CacheSet.cxx index fbeaef4f4a5e..a17546833bc0 100644 --- a/dbaccess/source/core/api/CacheSet.cxx +++ b/dbaccess/source/core/api/CacheSet.cxx @@ -38,7 +38,6 @@ #include <comphelper/extract.hxx> #include <com/sun/star/io/XInputStream.hpp> #include <comphelper/types.hxx> -#include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> using namespace comphelper; diff --git a/dbaccess/source/core/api/KeySet.cxx b/dbaccess/source/core/api/KeySet.cxx index 729b83fad4a0..068c758f04cc 100644 --- a/dbaccess/source/core/api/KeySet.cxx +++ b/dbaccess/source/core/api/KeySet.cxx @@ -46,7 +46,6 @@ #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include "querycomposer.hxx" #include "composertools.hxx" -#include <tools/debug.hxx> #include "PrivateRow.hxx" using namespace dbaccess; diff --git a/dbaccess/source/core/api/OptimisticSet.cxx b/dbaccess/source/core/api/OptimisticSet.cxx index 988565cb8aff..8c6ed505544e 100644 --- a/dbaccess/source/core/api/OptimisticSet.cxx +++ b/dbaccess/source/core/api/OptimisticSet.cxx @@ -49,7 +49,6 @@ #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include "querycomposer.hxx" #include "composertools.hxx" -#include <tools/debug.hxx> using namespace dbaccess; using namespace ::connectivity; diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx index 0bdfad2377e0..9c347c488d54 100644 --- a/dbaccess/source/core/api/RowSetCache.cxx +++ b/dbaccess/source/core/api/RowSetCache.cxx @@ -50,7 +50,6 @@ #include <connectivity/sqlnode.hxx> #include <connectivity/sqlparse.hxx> #include "sqlbison.hxx" -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <osl/diagnose.h> diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx index fa6a6d2f59e0..e3ecc4113cd0 100644 --- a/dbaccess/source/core/api/TableDeco.cxx +++ b/dbaccess/source/core/api/TableDeco.cxx @@ -24,7 +24,6 @@ #include "dbastrings.hrc" #include "core_resource.hxx" #include "core_resource.hrc" -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <cppuhelper/typeprovider.hxx> diff --git a/dbaccess/source/core/api/column.cxx b/dbaccess/source/core/api/column.cxx index 292689f83b1c..b46b5858dbc9 100644 --- a/dbaccess/source/core/api/column.cxx +++ b/dbaccess/source/core/api/column.cxx @@ -41,7 +41,6 @@ #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <osl/diagnose.h> -#include <tools/debug.hxx> #include <algorithm> diff --git a/dbaccess/source/core/api/datacolumn.cxx b/dbaccess/source/core/api/datacolumn.cxx index 4d131e74d319..34604e602c9f 100644 --- a/dbaccess/source/core/api/datacolumn.cxx +++ b/dbaccess/source/core/api/datacolumn.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/sdbc/ColumnValue.hpp> #include <cppuhelper/queryinterface.hxx> #include <cppuhelper/typeprovider.hxx> -#include <tools/debug.hxx> #include "dbastrings.hrc" #include "apitools.hxx" diff --git a/dbaccess/source/core/api/querycomposer.cxx b/dbaccess/source/core/api/querycomposer.cxx index d0560d2b63e4..a390a614057a 100644 --- a/dbaccess/source/core/api/querycomposer.cxx +++ b/dbaccess/source/core/api/querycomposer.cxx @@ -33,7 +33,6 @@ #include <cppuhelper/typeprovider.hxx> #include <unotools/configmgr.hxx> #include <comphelper/types.hxx> -#include <tools/debug.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/i18n/XLocaleData.hpp> #include <unotools/syslocale.hxx> diff --git a/dbaccess/source/core/api/querycontainer.cxx b/dbaccess/source/core/api/querycontainer.cxx index 484beb34fb13..7e96da269a4b 100644 --- a/dbaccess/source/core/api/querycontainer.cxx +++ b/dbaccess/source/core/api/querycontainer.cxx @@ -33,7 +33,6 @@ #include <connectivity/dbexception.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <comphelper/enumhelper.hxx> #include <comphelper/uno3.hxx> diff --git a/dbaccess/source/core/api/querydescriptor.cxx b/dbaccess/source/core/api/querydescriptor.cxx index 22d37b8177c5..019f2d238c9d 100644 --- a/dbaccess/source/core/api/querydescriptor.cxx +++ b/dbaccess/source/core/api/querydescriptor.cxx @@ -28,7 +28,6 @@ #include <cppuhelper/typeprovider.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> #include "definitioncolumn.hxx" -#include <tools/debug.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::awt; diff --git a/dbaccess/source/core/api/table.cxx b/dbaccess/source/core/api/table.cxx index ab23f72a60aa..b5b70ba23ede 100644 --- a/dbaccess/source/core/api/table.cxx +++ b/dbaccess/source/core/api/table.cxx @@ -26,7 +26,6 @@ #include "core_resource.hrc" #include "CIndexes.hxx" -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <cppuhelper/typeprovider.hxx> #include <comphelper/enumhelper.hxx> diff --git a/dbaccess/source/core/api/viewcontainer.cxx b/dbaccess/source/core/api/viewcontainer.cxx index 85d72828f28e..45b07ead62eb 100644 --- a/dbaccess/source/core/api/viewcontainer.cxx +++ b/dbaccess/source/core/api/viewcontainer.cxx @@ -23,7 +23,6 @@ #include "core_resource.hrc" #include "View.hxx" -#include <tools/debug.hxx> #include <comphelper/enumhelper.hxx> #include <comphelper/types.hxx> #include <connectivity/dbtools.hxx> diff --git a/dbaccess/source/core/dataaccess/ComponentDefinition.cxx b/dbaccess/source/core/dataaccess/ComponentDefinition.cxx index 92a3c4b97a19..a0e760891d55 100644 --- a/dbaccess/source/core/dataaccess/ComponentDefinition.cxx +++ b/dbaccess/source/core/dataaccess/ComponentDefinition.cxx @@ -21,7 +21,6 @@ #include "apitools.hxx" #include "dbastrings.hrc" -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <comphelper/sequence.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> diff --git a/dbaccess/source/core/dataaccess/ContentHelper.cxx b/dbaccess/source/core/dataaccess/ContentHelper.cxx index 88fa1275215f..20b25d46e05d 100644 --- a/dbaccess/source/core/dataaccess/ContentHelper.cxx +++ b/dbaccess/source/core/dataaccess/ContentHelper.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include "sdbcoretools.hxx" #include "dbastrings.hrc" -#include <tools/debug.hxx> namespace dbaccess { diff --git a/dbaccess/source/core/dataaccess/SharedConnection.cxx b/dbaccess/source/core/dataaccess/SharedConnection.cxx index 90a38b981341..93bd17ff71af 100644 --- a/dbaccess/source/core/dataaccess/SharedConnection.cxx +++ b/dbaccess/source/core/dataaccess/SharedConnection.cxx @@ -18,7 +18,6 @@ */ #include "SharedConnection.hxx" -#include <tools/debug.hxx> #include <comphelper/uno3.hxx> namespace dbaccess diff --git a/dbaccess/source/core/dataaccess/bookmarkcontainer.cxx b/dbaccess/source/core/dataaccess/bookmarkcontainer.cxx index d755033e0a14..4ee378e7d8ed 100644 --- a/dbaccess/source/core/dataaccess/bookmarkcontainer.cxx +++ b/dbaccess/source/core/dataaccess/bookmarkcontainer.cxx @@ -23,7 +23,6 @@ #include "core_resource.hxx" #include "core_resource.hrc" -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <comphelper/sequence.hxx> #include <comphelper/enumhelper.hxx> diff --git a/dbaccess/source/core/dataaccess/commandcontainer.cxx b/dbaccess/source/core/dataaccess/commandcontainer.cxx index a089c9ddd976..9513600459df 100644 --- a/dbaccess/source/core/dataaccess/commandcontainer.cxx +++ b/dbaccess/source/core/dataaccess/commandcontainer.cxx @@ -20,7 +20,6 @@ #include "commandcontainer.hxx" #include "commanddefinition.hxx" -#include <tools/debug.hxx> #include "dbastrings.hrc" #include <com/sun/star/sdb/TableDefinition.hpp> #include <com/sun/star/sdb/CommandDefinition.hpp> diff --git a/dbaccess/source/core/dataaccess/commanddefinition.cxx b/dbaccess/source/core/dataaccess/commanddefinition.cxx index ce13fef850fc..111d535f2796 100644 --- a/dbaccess/source/core/dataaccess/commanddefinition.cxx +++ b/dbaccess/source/core/dataaccess/commanddefinition.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> -#include <tools/debug.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::sdbc; diff --git a/dbaccess/source/core/dataaccess/documentcontainer.cxx b/dbaccess/source/core/dataaccess/documentcontainer.cxx index c7ddcb6686ac..6e69a851bcc5 100644 --- a/dbaccess/source/core/dataaccess/documentcontainer.cxx +++ b/dbaccess/source/core/dataaccess/documentcontainer.cxx @@ -22,7 +22,6 @@ #include "documentdefinition.hxx" #include <com/sun/star/ucb/OpenCommandArgument2.hpp> #include <com/sun/star/ucb/OpenMode.hpp> -#include <tools/debug.hxx> #include <connectivity/dbtools.hxx> #include "myucp_resultset.hxx" #include <ucbhelper/cancelcommandexecution.hxx> diff --git a/dbaccess/source/core/dataaccess/myucp_datasupplier.cxx b/dbaccess/source/core/dataaccess/myucp_datasupplier.cxx index ae6aa92d4778..5bf32bf0c6d8 100644 --- a/dbaccess/source/core/dataaccess/myucp_datasupplier.cxx +++ b/dbaccess/source/core/dataaccess/myucp_datasupplier.cxx @@ -26,7 +26,6 @@ #include "ContentHelper.hxx" #include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <com/sun/star/ucb/IllegalIdentifierException.hpp> -#include <tools/debug.hxx> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::ucb; diff --git a/dbaccess/source/core/misc/dsntypes.cxx b/dbaccess/source/core/misc/dsntypes.cxx index daa0bc8f3487..32cda53170c8 100644 --- a/dbaccess/source/core/misc/dsntypes.cxx +++ b/dbaccess/source/core/misc/dsntypes.cxx @@ -20,7 +20,6 @@ #include "dsntypes.hxx" #include "dbamiscres.hrc" #include <unotools/confignode.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <tools/wldcrd.hxx> #include <osl/file.hxx> diff --git a/dbaccess/source/filter/xml/xmlAutoStyle.cxx b/dbaccess/source/filter/xml/xmlAutoStyle.cxx index 9e4fce628291..cfa5829f2ad5 100644 --- a/dbaccess/source/filter/xml/xmlAutoStyle.cxx +++ b/dbaccess/source/filter/xml/xmlAutoStyle.cxx @@ -21,7 +21,6 @@ #include "xmlHelper.hxx" #include "xmlExport.hxx" #include <xmloff/families.hxx> -#include <tools/debug.hxx> namespace dbaxml { using namespace ::com::sun::star::uno; diff --git a/dbaccess/source/filter/xml/xmlColumn.cxx b/dbaccess/source/filter/xml/xmlColumn.cxx index 7283b1e9703b..fbb75beadd0c 100644 --- a/dbaccess/source/filter/xml/xmlColumn.cxx +++ b/dbaccess/source/filter/xml/xmlColumn.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XChild.hpp> #include "xmlStyleImport.hxx" -#include <tools/debug.hxx> namespace dbaxml { diff --git a/dbaccess/source/filter/xml/xmlConnectionData.cxx b/dbaccess/source/filter/xml/xmlConnectionData.cxx index 676a527bd263..20b562697383 100644 --- a/dbaccess/source/filter/xml/xmlConnectionData.cxx +++ b/dbaccess/source/filter/xml/xmlConnectionData.cxx @@ -28,7 +28,6 @@ #include "xmlDatabaseDescription.hxx" #include "xmlConnectionResource.hxx" #include "xmlstrings.hrc" -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> namespace dbaxml diff --git a/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx b/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx index c9abadae48ba..3416ee256838 100644 --- a/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx +++ b/dbaccess/source/filter/xml/xmlDataSourceInfo.cxx @@ -26,7 +26,6 @@ #include "xmlEnums.hxx" #include "xmlstrings.hrc" #include <com/sun/star/beans/PropertyValue.hpp> -#include <tools/debug.hxx> #include <vector> namespace dbaxml diff --git a/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx b/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx index 23dc70a7e463..a7f25caec522 100644 --- a/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx +++ b/dbaccess/source/filter/xml/xmlDataSourceSetting.cxx @@ -31,7 +31,6 @@ #include "xmlEnums.hxx" #include "xmlstrings.hrc" #include <rtl/strbuf.hxx> -#include <tools/debug.hxx> namespace dbaxml { diff --git a/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx b/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx index e4f0dc7c94ce..e9b4f23ba3e4 100644 --- a/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx +++ b/dbaccess/source/filter/xml/xmlDataSourceSettings.cxx @@ -26,7 +26,6 @@ #include "xmlEnums.hxx" #include "xmlstrings.hrc" #include <com/sun/star/beans/PropertyValue.hpp> -#include <tools/debug.hxx> #include <vector> diff --git a/dbaccess/source/filter/xml/xmlDatabase.cxx b/dbaccess/source/filter/xml/xmlDatabase.cxx index 128c71f7f5c2..af7d1d61ba70 100644 --- a/dbaccess/source/filter/xml/xmlDatabase.cxx +++ b/dbaccess/source/filter/xml/xmlDatabase.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdb/XQueryDefinitionsSupplier.hpp> #include "xmlstrings.hrc" -#include <tools/debug.hxx> #include <connectivity/dbtools.hxx> namespace dbaxml diff --git a/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx b/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx index 4d9df03a873b..579325c57fbe 100644 --- a/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx +++ b/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx @@ -27,7 +27,6 @@ #include "xmlFileBasedDatabase.hxx" #include "xmlServerDatabase.hxx" #include "xmlstrings.hrc" -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> namespace dbaxml diff --git a/dbaccess/source/filter/xml/xmlDocuments.cxx b/dbaccess/source/filter/xml/xmlDocuments.cxx index 58fbd2e39169..97b0c6ce41b3 100644 --- a/dbaccess/source/filter/xml/xmlDocuments.cxx +++ b/dbaccess/source/filter/xml/xmlDocuments.cxx @@ -27,7 +27,6 @@ #include "xmlHierarchyCollection.hxx" #include "xmlEnums.hxx" #include "xmlstrings.hrc" -#include <tools/debug.hxx> namespace dbaxml { diff --git a/dbaccess/source/filter/xml/xmlHelper.cxx b/dbaccess/source/filter/xml/xmlHelper.cxx index fb6794a603c1..5bcb2906eea0 100644 --- a/dbaccess/source/filter/xml/xmlHelper.cxx +++ b/dbaccess/source/filter/xml/xmlHelper.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/awt/TextAlign.hpp> #include "xmlstrings.hrc" #include "xmlEnums.hxx" -#include <tools/debug.hxx> namespace dbaxml { diff --git a/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx b/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx index d0d6ce35a6d2..d6376850c87c 100644 --- a/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx +++ b/dbaccess/source/filter/xml/xmlHierarchyCollection.cxx @@ -29,7 +29,6 @@ #include "xmlstrings.hrc" #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <tools/debug.hxx> namespace dbaxml { diff --git a/dbaccess/source/filter/xml/xmlQuery.cxx b/dbaccess/source/filter/xml/xmlQuery.cxx index 2594214ec879..b86362c6fc5e 100644 --- a/dbaccess/source/filter/xml/xmlQuery.cxx +++ b/dbaccess/source/filter/xml/xmlQuery.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameContainer.hpp> -#include <tools/debug.hxx> namespace dbaxml { diff --git a/dbaccess/source/filter/xml/xmlTable.cxx b/dbaccess/source/filter/xml/xmlTable.cxx index 6a40e6a35bd7..0e129c41751f 100644 --- a/dbaccess/source/filter/xml/xmlTable.cxx +++ b/dbaccess/source/filter/xml/xmlTable.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/ucb/XCommandEnvironment.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <comphelper/namecontainer.hxx> -#include <tools/debug.hxx> namespace dbaxml { diff --git a/dbaccess/source/filter/xml/xmlTableFilterList.cxx b/dbaccess/source/filter/xml/xmlTableFilterList.cxx index f3df1aaab402..2cd959e5cfb5 100644 --- a/dbaccess/source/filter/xml/xmlTableFilterList.cxx +++ b/dbaccess/source/filter/xml/xmlTableFilterList.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <xmloff/xmlimp.hxx> #include "xmlfilter.hxx" -#include <tools/debug.hxx> namespace dbaxml { diff --git a/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx b/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx index 06bb8ae6b0eb..882d7576f22b 100644 --- a/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx +++ b/dbaccess/source/filter/xml/xmlTableFilterPattern.cxx @@ -19,7 +19,6 @@ #include "xmlTableFilterPattern.hxx" #include "xmlTableFilterList.hxx" -#include <tools/debug.hxx> namespace dbaxml { diff --git a/dbaccess/source/ui/app/AppIconControl.cxx b/dbaccess/source/ui/app/AppIconControl.cxx index 85c12fa3ddb8..23b9c3f28227 100644 --- a/dbaccess/source/ui/app/AppIconControl.cxx +++ b/dbaccess/source/ui/app/AppIconControl.cxx @@ -18,7 +18,6 @@ */ #include "AppIconControl.hxx" -#include <tools/debug.hxx> #include "dbaccess_helpid.hrc" #include "moduledbu.hxx" #include "dbu_app.hrc" diff --git a/dbaccess/source/ui/app/AppSwapWindow.cxx b/dbaccess/source/ui/app/AppSwapWindow.cxx index 084d79d56e56..f9953b6fcae2 100644 --- a/dbaccess/source/ui/app/AppSwapWindow.cxx +++ b/dbaccess/source/ui/app/AppSwapWindow.cxx @@ -18,7 +18,6 @@ */ #include "AppSwapWindow.hxx" -#include <tools/debug.hxx> #include "dbaccess_helpid.hrc" #include "dbu_app.hrc" #include "AppView.hxx" diff --git a/dbaccess/source/ui/app/AppTitleWindow.cxx b/dbaccess/source/ui/app/AppTitleWindow.cxx index d11608cfcdd5..2bdcea9299bf 100644 --- a/dbaccess/source/ui/app/AppTitleWindow.cxx +++ b/dbaccess/source/ui/app/AppTitleWindow.cxx @@ -21,7 +21,6 @@ #include "moduledbu.hxx" #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include <tools/debug.hxx> namespace dbaui { diff --git a/dbaccess/source/ui/browser/AsynchronousLink.cxx b/dbaccess/source/ui/browser/AsynchronousLink.cxx index 2fbedc81d1f9..c8a7e500fb95 100644 --- a/dbaccess/source/ui/browser/AsynchronousLink.cxx +++ b/dbaccess/source/ui/browser/AsynchronousLink.cxx @@ -19,7 +19,6 @@ #include <dbaccess/AsynchronousLink.hxx> #include <vcl/svapp.hxx> -#include <tools/debug.hxx> // OAsynchronousLink using namespace dbaui; diff --git a/dbaccess/source/ui/browser/formadapter.cxx b/dbaccess/source/ui/browser/formadapter.cxx index 6b4650ef04fb..d3cd39a7e1ed 100644 --- a/dbaccess/source/ui/browser/formadapter.cxx +++ b/dbaccess/source/ui/browser/formadapter.cxx @@ -18,7 +18,6 @@ */ #include "formadapter.hxx" -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <comphelper/types.hxx> #include <comphelper/enumhelper.hxx> diff --git a/dbaccess/source/ui/control/ScrollHelper.cxx b/dbaccess/source/ui/control/ScrollHelper.cxx index fb3ae70035c5..26b72c7e0613 100644 --- a/dbaccess/source/ui/control/ScrollHelper.cxx +++ b/dbaccess/source/ui/control/ScrollHelper.cxx @@ -18,7 +18,6 @@ */ #include "ScrollHelper.hxx" -#include <tools/debug.hxx> #define LISTBOX_SCROLLING_AREA 12 namespace dbaui diff --git a/dbaccess/source/ui/control/TableGrantCtrl.cxx b/dbaccess/source/ui/control/TableGrantCtrl.cxx index 42d50aa5b153..1651e0ba4dcc 100644 --- a/dbaccess/source/ui/control/TableGrantCtrl.cxx +++ b/dbaccess/source/ui/control/TableGrantCtrl.cxx @@ -18,7 +18,6 @@ */ #include "TableGrantCtrl.hxx" -#include <tools/debug.hxx> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdbcx/Privilege.hpp> #include <com/sun/star/sdbcx/PrivilegeObject.hpp> diff --git a/dbaccess/source/ui/control/VertSplitView.cxx b/dbaccess/source/ui/control/VertSplitView.cxx index 72d93564842f..5af04db23733 100644 --- a/dbaccess/source/ui/control/VertSplitView.cxx +++ b/dbaccess/source/ui/control/VertSplitView.cxx @@ -19,7 +19,6 @@ #include "VertSplitView.hxx" -#include <tools/debug.hxx> #include <vcl/split.hxx> #include <vcl/settings.hxx> diff --git a/dbaccess/source/ui/control/sqledit.cxx b/dbaccess/source/ui/control/sqledit.cxx index 8f15819db3e8..c19b7ae9d5f8 100644 --- a/dbaccess/source/ui/control/sqledit.cxx +++ b/dbaccess/source/ui/control/sqledit.cxx @@ -27,7 +27,6 @@ #include "sqledit.hxx" #include "QueryTextView.hxx" #include "querycontainerwindow.hxx" -#include <tools/debug.hxx> #include "dbaccess_helpid.hrc" #include "browserids.hxx" #include "querycontroller.hxx" diff --git a/dbaccess/source/ui/dlg/UserAdmin.cxx b/dbaccess/source/ui/dlg/UserAdmin.cxx index 7fc0ec9f483f..1a3d791364a4 100644 --- a/dbaccess/source/ui/dlg/UserAdmin.cxx +++ b/dbaccess/source/ui/dlg/UserAdmin.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/sdbcx/XUser.hpp> #include <com/sun/star/sdbcx/XAppend.hpp> #include "dbustrings.hrc" -#include <tools/debug.hxx> #include "dbadmin.hxx" #include "moduledbu.hxx" #include <vcl/layout.hxx> diff --git a/dbaccess/source/ui/dlg/odbcconfig.cxx b/dbaccess/source/ui/dlg/odbcconfig.cxx index a880f3cccef5..c9a888815bfd 100644 --- a/dbaccess/source/ui/dlg/odbcconfig.cxx +++ b/dbaccess/source/ui/dlg/odbcconfig.cxx @@ -26,7 +26,6 @@ #include <osl/diagnose.h> #include <osl/process.h> #include <osl/thread.hxx> -#include <tools/debug.hxx> #include <vcl/svapp.hxx> #ifdef HAVE_ODBC_SUPPORT diff --git a/dbaccess/source/ui/inc/TableConnection.hxx b/dbaccess/source/ui/inc/TableConnection.hxx index af2e82ccc50e..7b6725772796 100644 --- a/dbaccess/source/ui/inc/TableConnection.hxx +++ b/dbaccess/source/ui/inc/TableConnection.hxx @@ -20,7 +20,6 @@ #define INCLUDED_DBACCESS_SOURCE_UI_INC_TABLECONNECTION_HXX #include <vector> -#include <tools/debug.hxx> #include <vcl/window.hxx> #include <com/sun/star/uno/Reference.h> #include "TableConnectionData.hxx" diff --git a/dbaccess/source/ui/misc/RtfReader.cxx b/dbaccess/source/ui/misc/RtfReader.cxx index 654b97347cdd..29b27bd11f52 100644 --- a/dbaccess/source/ui/misc/RtfReader.cxx +++ b/dbaccess/source/ui/misc/RtfReader.cxx @@ -18,7 +18,6 @@ */ #include "RtfReader.hxx" -#include <tools/debug.hxx> #include <tools/stream.hxx> #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> diff --git a/dbaccess/source/ui/misc/WCPage.cxx b/dbaccess/source/ui/misc/WCPage.cxx index 96ea1442c38c..55f45252c593 100644 --- a/dbaccess/source/ui/misc/WCPage.cxx +++ b/dbaccess/source/ui/misc/WCPage.cxx @@ -23,7 +23,6 @@ #include "WExtendPages.hxx" #include "defaultobjectnamecheck.hxx" -#include <tools/debug.hxx> #include "dbaccess_helpid.hrc" #include "dbu_misc.hrc" #include <com/sun/star/sdbc/XResultSet.hpp> diff --git a/dbaccess/source/ui/misc/moduledbu.cxx b/dbaccess/source/ui/misc/moduledbu.cxx index a7e5ca75c397..340990a2c39e 100644 --- a/dbaccess/source/ui/misc/moduledbu.cxx +++ b/dbaccess/source/ui/misc/moduledbu.cxx @@ -22,7 +22,6 @@ #include <tools/resmgr.hxx> #include <svl/solar.hrc> -#include <tools/debug.hxx> #define ENTER_MOD_METHOD() \ ::osl::MutexGuard aGuard(s_aMutex); \ diff --git a/dbaccess/source/ui/querydesign/ConnectionLineData.cxx b/dbaccess/source/ui/querydesign/ConnectionLineData.cxx index df490a8c2655..67809c28a04a 100644 --- a/dbaccess/source/ui/querydesign/ConnectionLineData.cxx +++ b/dbaccess/source/ui/querydesign/ConnectionLineData.cxx @@ -18,7 +18,6 @@ */ #include "ConnectionLineData.hxx" -#include <tools/debug.hxx> using namespace dbaui; //class OConnectionLineData diff --git a/dbaccess/source/ui/querydesign/QTableConnectionData.cxx b/dbaccess/source/ui/querydesign/QTableConnectionData.cxx index cdfadf7b87b4..9fa51f091500 100644 --- a/dbaccess/source/ui/querydesign/QTableConnectionData.cxx +++ b/dbaccess/source/ui/querydesign/QTableConnectionData.cxx @@ -18,7 +18,6 @@ */ #include "QTableConnectionData.hxx" -#include <tools/debug.hxx> #include "QTableWindow.hxx" using namespace dbaui; diff --git a/dbaccess/source/ui/querydesign/QTableWindowData.cxx b/dbaccess/source/ui/querydesign/QTableWindowData.cxx index c6a8e4f39d06..e27717abead6 100644 --- a/dbaccess/source/ui/querydesign/QTableWindowData.cxx +++ b/dbaccess/source/ui/querydesign/QTableWindowData.cxx @@ -18,7 +18,6 @@ */ #include "QTableWindowData.hxx" -#include <tools/debug.hxx> using namespace dbaui; using namespace ::com::sun::star::io; diff --git a/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx b/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx index edfe52f00f58..4ce5d3eb75a3 100644 --- a/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx +++ b/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx @@ -20,7 +20,6 @@ #include "QueryTabConnUndoAction.hxx" #include "QTableConnection.hxx" #include "QTableWindow.hxx" -#include <tools/debug.hxx> #include "QueryTableView.hxx" #include "QueryAddTabConnUndoAction.hxx" #include "QueryTabWinShowUndoAct.hxx" diff --git a/dbaccess/source/ui/querydesign/TableConnectionData.cxx b/dbaccess/source/ui/querydesign/TableConnectionData.cxx index a852494943d0..161945620a00 100644 --- a/dbaccess/source/ui/querydesign/TableConnectionData.cxx +++ b/dbaccess/source/ui/querydesign/TableConnectionData.cxx @@ -18,7 +18,6 @@ */ #include "TableConnectionData.hxx" -#include <tools/debug.hxx> #include <osl/diagnose.h> using namespace dbaui; diff --git a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx index 01e4cb8eb081..bd08fe05087f 100644 --- a/dbaccess/source/ui/querydesign/TableFieldDescription.cxx +++ b/dbaccess/source/ui/querydesign/TableFieldDescription.cxx @@ -20,7 +20,6 @@ #include "TableFieldDescription.hxx" #include <osl/diagnose.h> -#include <tools/debug.hxx> #include <com/sun/star/sdbc/DataType.hpp> #include <comphelper/namedvaluecollection.hxx> #include <vcl/window.hxx> diff --git a/dbaccess/source/ui/querydesign/TableFieldInfo.cxx b/dbaccess/source/ui/querydesign/TableFieldInfo.cxx index 759d74a9864d..7aae617ef7b9 100644 --- a/dbaccess/source/ui/querydesign/TableFieldInfo.cxx +++ b/dbaccess/source/ui/querydesign/TableFieldInfo.cxx @@ -18,7 +18,6 @@ */ #include "TableFieldInfo.hxx" -#include <tools/debug.hxx> using namespace dbaui; // class OTableFieldInfo diff --git a/dbaccess/source/ui/querydesign/TableWindowData.cxx b/dbaccess/source/ui/querydesign/TableWindowData.cxx index 397a62d94b33..a2bd40288ac6 100644 --- a/dbaccess/source/ui/querydesign/TableWindowData.cxx +++ b/dbaccess/source/ui/querydesign/TableWindowData.cxx @@ -19,7 +19,6 @@ #include "TableWindowData.hxx" #include <osl/diagnose.h> -#include <tools/debug.hxx> #include <com/sun/star/sdb/XQueriesSupplier.hpp> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> diff --git a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx index 71faa6c0d282..c7a15524694b 100644 --- a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx +++ b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx @@ -24,7 +24,6 @@ #include <vcl/help.hxx> #include <vcl/menu.hxx> #include <vcl/settings.hxx> -#include <tools/debug.hxx> #include "dbustrings.hrc" #include <sfx2/cntids.hrc> #include "TableWindowListBox.hxx" diff --git a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx index 19912ac849d0..edc491324117 100644 --- a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx +++ b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx @@ -19,7 +19,6 @@ #include "querycontainerwindow.hxx" #include "QueryDesignView.hxx" -#include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include "JoinController.hxx" diff --git a/dbaccess/source/ui/relationdesign/RTableConnection.cxx b/dbaccess/source/ui/relationdesign/RTableConnection.cxx index 6b4b1ef74649..99fcbd170b9e 100644 --- a/dbaccess/source/ui/relationdesign/RTableConnection.cxx +++ b/dbaccess/source/ui/relationdesign/RTableConnection.cxx @@ -18,7 +18,6 @@ */ #include "RTableConnection.hxx" -#include <tools/debug.hxx> #include "RelationTableView.hxx" #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx index 2f48f8edca69..ac94df09495e 100644 --- a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx +++ b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx @@ -18,7 +18,6 @@ */ #include "RTableConnectionData.hxx" -#include <tools/debug.hxx> #include <com/sun/star/sdbc/KeyRule.hpp> #include <com/sun/star/sdbcx/KeyType.hpp> #include <com/sun/star/sdbcx/XKeysSupplier.hpp> diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx index 3510f68e25e2..377687dae9e8 100644 --- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx +++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx @@ -36,7 +36,6 @@ #include "dbustrings.hrc" #include <comphelper/extract.hxx> #include "UITools.hxx" -#include <tools/debug.hxx> using namespace ::dbaui; using namespace ::com::sun::star::uno; diff --git a/dbaccess/source/ui/relationdesign/RelationTableView.cxx b/dbaccess/source/ui/relationdesign/RelationTableView.cxx index 705931b5cd0e..9a898328d11c 100644 --- a/dbaccess/source/ui/relationdesign/RelationTableView.cxx +++ b/dbaccess/source/ui/relationdesign/RelationTableView.cxx @@ -32,7 +32,6 @@ #include "dbustrings.hrc" #include <connectivity/dbtools.hxx> #include <comphelper/sequence.hxx> -#include <tools/debug.hxx> #include "dbaccess_helpid.hrc" #include "RelationDesignView.hxx" #include "JoinController.hxx" diff --git a/dbaccess/source/ui/tabledesign/TEditControl.cxx b/dbaccess/source/ui/tabledesign/TEditControl.cxx index a3effadf3b35..7bca5f87db98 100644 --- a/dbaccess/source/ui/tabledesign/TEditControl.cxx +++ b/dbaccess/source/ui/tabledesign/TEditControl.cxx @@ -19,7 +19,6 @@ #include "TEditControl.hxx" #include <comphelper/processfactory.hxx> -#include <tools/debug.hxx> #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/sdbcx/XAlterTable.hpp> diff --git a/dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx b/dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx index 80d35b1e2de8..7a049d80d27b 100644 --- a/dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx +++ b/dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx @@ -18,7 +18,6 @@ */ #include "TableDesignHelpBar.hxx" -#include <tools/debug.hxx> #include <svtools/svmedit.hxx> #include <vcl/settings.hxx> #include "dbaccess_helpid.hrc" diff --git a/dbaccess/source/ui/tabledesign/TableDesignView.cxx b/dbaccess/source/ui/tabledesign/TableDesignView.cxx index ca3b1ffd6660..f21c4564d46e 100644 --- a/dbaccess/source/ui/tabledesign/TableDesignView.cxx +++ b/dbaccess/source/ui/tabledesign/TableDesignView.cxx @@ -18,7 +18,6 @@ */ #include "TableDesignView.hxx" -#include <tools/debug.hxx> #include "TableController.hxx" #include "dbaccess_helpid.hrc" #include "FieldDescriptions.hxx" diff --git a/dbaccess/source/ui/tabledesign/TableRow.cxx b/dbaccess/source/ui/tabledesign/TableRow.cxx index 6512fcb80016..d1ff121291aa 100644 --- a/dbaccess/source/ui/tabledesign/TableRow.cxx +++ b/dbaccess/source/ui/tabledesign/TableRow.cxx @@ -18,7 +18,6 @@ */ #include "TableRow.hxx" -#include <tools/debug.hxx> #include <tools/stream.hxx> #include "FieldDescriptions.hxx" #include <algorithm> diff --git a/dbaccess/source/ui/tabledesign/TableUndo.cxx b/dbaccess/source/ui/tabledesign/TableUndo.cxx index e23b4e87ddb8..d6aff9b08216 100644 --- a/dbaccess/source/ui/tabledesign/TableUndo.cxx +++ b/dbaccess/source/ui/tabledesign/TableUndo.cxx @@ -25,7 +25,6 @@ #include "TableController.hxx" #include "TableDesignView.hxx" #include "FieldDescriptions.hxx" -#include <tools/debug.hxx> using namespace dbaui; using namespace ::svt; diff --git a/editeng/source/outliner/overflowingtxt.cxx b/editeng/source/outliner/overflowingtxt.cxx index c053605a6484..86a778bc81c4 100644 --- a/editeng/source/outliner/overflowingtxt.cxx +++ b/editeng/source/outliner/overflowingtxt.cxx @@ -18,7 +18,6 @@ */ #include "rtl/ustring.hxx" -#include "tools/debug.hxx" #include "editeng/overflowingtxt.hxx" #include "editeng/outliner.hxx" diff --git a/extensions/source/bibliography/formcontrolcontainer.cxx b/extensions/source/bibliography/formcontrolcontainer.cxx index 4097bef737a0..d0d7576af413 100644 --- a/extensions/source/bibliography/formcontrolcontainer.cxx +++ b/extensions/source/bibliography/formcontrolcontainer.cxx @@ -18,7 +18,6 @@ */ #include "formcontrolcontainer.hxx" -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <algorithm> diff --git a/formula/source/core/api/token.cxx b/formula/source/core/api/token.cxx index ac7af181046a..2ecec86c1b2e 100644 --- a/formula/source/core/api/token.cxx +++ b/formula/source/core/api/token.cxx @@ -24,7 +24,6 @@ #include <string.h> #include <limits.h> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <com/sun/star/sheet/FormulaToken.hpp> diff --git a/formula/source/ui/resource/ModuleHelper.cxx b/formula/source/ui/resource/ModuleHelper.cxx index 2cfc0d1df180..febf61729092 100644 --- a/formula/source/ui/resource/ModuleHelper.cxx +++ b/formula/source/ui/resource/ModuleHelper.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <rtl/instance.hxx> #include <rtl/uri.hxx> -#include <tools/debug.hxx> #include <svl/solar.hrc> #define ENTER_MOD_METHOD() \ diff --git a/fpicker/source/office/fpinteraction.cxx b/fpicker/source/office/fpinteraction.cxx index bff5dde565c6..5026ea2664eb 100644 --- a/fpicker/source/office/fpinteraction.cxx +++ b/fpicker/source/office/fpinteraction.cxx @@ -18,7 +18,6 @@ */ #include "fpinteraction.hxx" -#include <tools/debug.hxx> #include <com/sun/star/ucb/InteractiveIOException.hpp> #include <com/sun/star/task/XInteractionAbort.hpp> #include <com/sun/star/task/XInteractionApprove.hpp> diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx index 7188e34a7973..1f176efcf0ef 100644 --- a/fpicker/source/office/fpsmartcontent.cxx +++ b/fpicker/source/office/fpsmartcontent.cxx @@ -28,7 +28,6 @@ #include <comphelper/processfactory.hxx> #include <ucbhelper/commandenvironment.hxx> #include <tools/solar.h> -#include <tools/debug.hxx> #include <osl/diagnose.h> diff --git a/framework/source/fwi/helper/mischelper.cxx b/framework/source/fwi/helper/mischelper.cxx index 21a1b5512c47..5cf7551cbaa8 100644 --- a/framework/source/fwi/helper/mischelper.cxx +++ b/framework/source/fwi/helper/mischelper.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/linguistic2/LanguageGuessing.hpp> -#include <tools/debug.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <i18nlangtag/languagetag.hxx> diff --git a/framework/source/uiconfiguration/windowstateconfiguration.cxx b/framework/source/uiconfiguration/windowstateconfiguration.cxx index 13ee80120597..f7646cf27a9d 100644 --- a/framework/source/uiconfiguration/windowstateconfiguration.cxx +++ b/framework/source/uiconfiguration/windowstateconfiguration.cxx @@ -41,7 +41,6 @@ #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <comphelper/sequence.hxx> -#include <tools/debug.hxx> #include <unordered_map> #include <vector> diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx index 9fc364fc83d4..708e900a8542 100644 --- a/idl/source/cmptools/hash.cxx +++ b/idl/source/cmptools/hash.cxx @@ -23,7 +23,6 @@ // program-sensitive includes #include <hash.hxx> -#include <tools/debug.hxx> #include <rtl/character.hxx> #include <o3tl/make_unique.hxx> diff --git a/idl/source/objects/basobj.cxx b/idl/source/objects/basobj.cxx index 4b49726a89ee..ccd555e530b8 100644 --- a/idl/source/objects/basobj.cxx +++ b/idl/source/objects/basobj.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <rtl/character.hxx> -#include <tools/debug.hxx> #include <basobj.hxx> #include <module.hxx> diff --git a/idl/source/objects/module.cxx b/idl/source/objects/module.cxx index 6439c9611549..fe64287ae8e2 100644 --- a/idl/source/objects/module.cxx +++ b/idl/source/objects/module.cxx @@ -20,7 +20,6 @@ #include <module.hxx> #include <globals.hxx> #include <database.hxx> -#include <tools/debug.hxx> #include <osl/file.hxx> diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index 3395183cf574..c8bb6f198f07 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -22,7 +22,6 @@ #include <algorithm> #include <stdio.h> #include <stdlib.h> -#include <tools/debug.hxx> #include <database.hxx> #include <globals.hxx> #include <rtl/strbuf.hxx> diff --git a/linguistic/source/iprcache.cxx b/linguistic/source/iprcache.cxx index 8329ecd97265..1b8881ff7867 100644 --- a/linguistic/source/iprcache.cxx +++ b/linguistic/source/iprcache.cxx @@ -24,7 +24,6 @@ #include "linguistic/misc.hxx" #include <com/sun/star/linguistic2/DictionaryListEventFlags.hpp> -#include <tools/debug.hxx> #include <osl/mutex.hxx> #include <linguistic/lngprops.hxx> diff --git a/linguistic/source/spelldta.cxx b/linguistic/source/spelldta.cxx index ae025f364dad..3c2c3f5bc4cd 100644 --- a/linguistic/source/spelldta.cxx +++ b/linguistic/source/spelldta.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/linguistic2/SpellFailure.hpp> #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp> #include <comphelper/string.hxx> -#include <tools/debug.hxx> #include <osl/mutex.hxx> #include <algorithm> diff --git a/reportdesign/source/core/api/FixedLine.cxx b/reportdesign/source/core/api/FixedLine.cxx index 6b6b76385c91..5438cba7aedb 100644 --- a/reportdesign/source/core/api/FixedLine.cxx +++ b/reportdesign/source/core/api/FixedLine.cxx @@ -21,7 +21,6 @@ #include "corestrings.hrc" #include "core_resource.hrc" #include "core_resource.hxx" -#include <tools/debug.hxx> #include <comphelper/property.hxx> #include <cppuhelper/supportsservice.hxx> #include "Tools.hxx" diff --git a/reportdesign/source/core/api/FixedText.cxx b/reportdesign/source/core/api/FixedText.cxx index 76749b89bea8..db3dd5ae2427 100644 --- a/reportdesign/source/core/api/FixedText.cxx +++ b/reportdesign/source/core/api/FixedText.cxx @@ -24,7 +24,6 @@ #include "core_resource.hxx" #include "Tools.hxx" #include <tools/color.hxx> -#include <tools/debug.hxx> #include <comphelper/property.hxx> #include <cppuhelper/supportsservice.hxx> #include "FormatCondition.hxx" diff --git a/reportdesign/source/core/api/FormatCondition.cxx b/reportdesign/source/core/api/FormatCondition.cxx index 27d719dd18f7..81687c85ca4a 100644 --- a/reportdesign/source/core/api/FormatCondition.cxx +++ b/reportdesign/source/core/api/FormatCondition.cxx @@ -20,7 +20,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include "corestrings.hrc" #include <tools/color.hxx> -#include <tools/debug.hxx> #include <connectivity/dbtools.hxx> #include <comphelper/property.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/reportdesign/source/core/api/FormattedField.cxx b/reportdesign/source/core/api/FormattedField.cxx index 1daa06b92fdd..5af4e883482d 100644 --- a/reportdesign/source/core/api/FormattedField.cxx +++ b/reportdesign/source/core/api/FormattedField.cxx @@ -23,7 +23,6 @@ #include "core_resource.hrc" #include "core_resource.hxx" #include <tools/color.hxx> -#include <tools/debug.hxx> #include <connectivity/dbtools.hxx> #include <comphelper/property.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/reportdesign/source/core/api/Function.cxx b/reportdesign/source/core/api/Function.cxx index 366856feb6e9..8696f41e3bf4 100644 --- a/reportdesign/source/core/api/Function.cxx +++ b/reportdesign/source/core/api/Function.cxx @@ -19,7 +19,6 @@ #include "Function.hxx" #include <com/sun/star/beans/PropertyAttribute.hpp> #include "corestrings.hrc" -#include <tools/debug.hxx> #include <connectivity/dbtools.hxx> #include <comphelper/property.hxx> #include <cppuhelper/supportsservice.hxx> diff --git a/reportdesign/source/core/api/Functions.cxx b/reportdesign/source/core/api/Functions.cxx index e2088fbc72eb..9c9d84bd124c 100644 --- a/reportdesign/source/core/api/Functions.cxx +++ b/reportdesign/source/core/api/Functions.cxx @@ -18,7 +18,6 @@ */ #include "Functions.hxx" #include "Function.hxx" -#include <tools/debug.hxx> #include "core_resource.hxx" #include "core_resource.hrc" #include <com/sun/star/lang/NoSupportException.hpp> diff --git a/reportdesign/source/core/api/Group.cxx b/reportdesign/source/core/api/Group.cxx index 637a1f56eed1..f32a33ed5437 100644 --- a/reportdesign/source/core/api/Group.cxx +++ b/reportdesign/source/core/api/Group.cxx @@ -26,7 +26,6 @@ #include "core_resource.hrc" #include "core_resource.hxx" #include "Tools.hxx" -#include <tools/debug.hxx> #include <comphelper/property.hxx> #include <cppuhelper/supportsservice.hxx> #include "Functions.hxx" diff --git a/reportdesign/source/core/api/Groups.cxx b/reportdesign/source/core/api/Groups.cxx index 3b0816c49393..d94a6e016234 100644 --- a/reportdesign/source/core/api/Groups.cxx +++ b/reportdesign/source/core/api/Groups.cxx @@ -20,7 +20,6 @@ #include "Group.hxx" #include <com/sun/star/lang/NoSupportException.hpp> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> -#include <tools/debug.hxx> #include "core_resource.hxx" #include "core_resource.hrc" #include <algorithm> diff --git a/reportdesign/source/core/api/ImageControl.cxx b/reportdesign/source/core/api/ImageControl.cxx index 24ec13248e60..a42673323e4b 100644 --- a/reportdesign/source/core/api/ImageControl.cxx +++ b/reportdesign/source/core/api/ImageControl.cxx @@ -24,7 +24,6 @@ #include "core_resource.hxx" #include "Tools.hxx" #include <tools/color.hxx> -#include <tools/debug.hxx> #include <comphelper/property.hxx> #include <cppuhelper/supportsservice.hxx> #include "FormatCondition.hxx" diff --git a/reportdesign/source/core/api/ReportEngineJFree.cxx b/reportdesign/source/core/api/ReportEngineJFree.cxx index 4343f37e29ce..34ed8c793740 100644 --- a/reportdesign/source/core/api/ReportEngineJFree.cxx +++ b/reportdesign/source/core/api/ReportEngineJFree.cxx @@ -40,7 +40,6 @@ #include <com/sun/star/task/XInteractionHandler.hpp> #include <com/sun/star/task/XJob.hpp> -#include <tools/debug.hxx> #include <unotools/useroptions.hxx> #include <unotools/tempfile.hxx> #include <unotools/sharedunocomponent.hxx> diff --git a/reportdesign/source/core/api/Section.cxx b/reportdesign/source/core/api/Section.cxx index 548a38748733..3a19c1c8077f 100644 --- a/reportdesign/source/core/api/Section.cxx +++ b/reportdesign/source/core/api/Section.cxx @@ -28,7 +28,6 @@ #include "corestrings.hrc" #include "core_resource.hxx" #include "core_resource.hrc" -#include <tools/debug.hxx> #include "Tools.hxx" #include "RptModel.hxx" #include "RptPage.hxx" diff --git a/reportdesign/source/core/sdr/ModuleHelper.cxx b/reportdesign/source/core/sdr/ModuleHelper.cxx index f1eae9f26422..58f1691227b1 100644 --- a/reportdesign/source/core/sdr/ModuleHelper.cxx +++ b/reportdesign/source/core/sdr/ModuleHelper.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <rtl/instance.hxx> #include <rtl/uri.hxx> -#include <tools/debug.hxx> #include <svl/solar.hrc> #define ENTER_MOD_METHOD() \ diff --git a/reportdesign/source/core/sdr/RptModel.cxx b/reportdesign/source/core/sdr/RptModel.cxx index 2f13ee77a5a7..4eb29d0c3b89 100644 --- a/reportdesign/source/core/sdr/RptModel.cxx +++ b/reportdesign/source/core/sdr/RptModel.cxx @@ -20,7 +20,6 @@ #include "RptModel.hxx" #include "RptPage.hxx" #include <dbaccess/dbsubcomponentcontroller.hxx> -#include <tools/debug.hxx> #include <unotools/pathoptions.hxx> #include <vcl/svapp.hxx> diff --git a/reportdesign/source/filter/xml/xmlAutoStyle.cxx b/reportdesign/source/filter/xml/xmlAutoStyle.cxx index 837db62b36f8..4e0873d976fb 100644 --- a/reportdesign/source/filter/xml/xmlAutoStyle.cxx +++ b/reportdesign/source/filter/xml/xmlAutoStyle.cxx @@ -20,7 +20,6 @@ #include "xmlHelper.hxx" #include "xmlExport.hxx" #include <xmloff/families.hxx> -#include <tools/debug.hxx> namespace rptxml { diff --git a/reportdesign/source/filter/xml/xmlCell.cxx b/reportdesign/source/filter/xml/xmlCell.cxx index 8522e4fc387c..4f0c9c049a8f 100644 --- a/reportdesign/source/filter/xml/xmlCell.cxx +++ b/reportdesign/source/filter/xml/xmlCell.cxx @@ -24,7 +24,6 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/nmspmap.hxx> #include "xmlEnums.hxx" -#include <tools/debug.hxx> #include "xmlStyleImport.hxx" #include <comphelper/namecontainer.hxx> #include <comphelper/genericpropertyset.hxx> diff --git a/reportdesign/source/filter/xml/xmlColumn.cxx b/reportdesign/source/filter/xml/xmlColumn.cxx index 2e1d48ae3ab0..f010f246c351 100644 --- a/reportdesign/source/filter/xml/xmlColumn.cxx +++ b/reportdesign/source/filter/xml/xmlColumn.cxx @@ -25,7 +25,6 @@ #include <xmloff/nmspmap.hxx> #include "xmlEnums.hxx" #include "xmlCell.hxx" -#include <tools/debug.hxx> #include "xmlStyleImport.hxx" #include "xmlTable.hxx" #include <comphelper/namecontainer.hxx> diff --git a/reportdesign/source/filter/xml/xmlComponent.cxx b/reportdesign/source/filter/xml/xmlComponent.cxx index aa9bccc204f7..18aab45ba992 100644 --- a/reportdesign/source/filter/xml/xmlComponent.cxx +++ b/reportdesign/source/filter/xml/xmlComponent.cxx @@ -27,7 +27,6 @@ #include "xmlstrings.hrc" #include "xmlStyleImport.hxx" #include <ucbhelper/content.hxx> -#include <tools/debug.hxx> #include <comphelper/namecontainer.hxx> #include <comphelper/genericpropertyset.hxx> #include <com/sun/star/awt/FontDescriptor.hpp> diff --git a/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx b/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx index 2a30beb892ac..70b7997a1bf0 100644 --- a/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx +++ b/reportdesign/source/filter/xml/xmlCondPrtExpr.cxx @@ -25,7 +25,6 @@ #include "xmlControlProperty.hxx" #include "xmlComponent.hxx" #include "xmlstrings.hrc" -#include <tools/debug.hxx> namespace rptxml { diff --git a/reportdesign/source/filter/xml/xmlControlProperty.cxx b/reportdesign/source/filter/xml/xmlControlProperty.cxx index 59949b534c46..3532042a8af4 100644 --- a/reportdesign/source/filter/xml/xmlControlProperty.cxx +++ b/reportdesign/source/filter/xml/xmlControlProperty.cxx @@ -30,7 +30,6 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/nmspmap.hxx> #include "xmlEnums.hxx" -#include <tools/debug.hxx> #include <tools/datetime.hxx> #include <unotools/datetime.hxx> #include <com/sun/star/util/DateTime.hpp> diff --git a/reportdesign/source/filter/xml/xmlFixedContent.cxx b/reportdesign/source/filter/xml/xmlFixedContent.cxx index de77b9efd096..628e9a32f188 100644 --- a/reportdesign/source/filter/xml/xmlFixedContent.cxx +++ b/reportdesign/source/filter/xml/xmlFixedContent.cxx @@ -23,7 +23,6 @@ #include <xmloff/nmspmap.hxx> #include "xmlEnums.hxx" #include "xmlReportElement.hxx" -#include <tools/debug.hxx> #include <com/sun/star/report/XShape.hpp> #include "xmlCell.hxx" #include "xmlstrings.hrc" diff --git a/reportdesign/source/filter/xml/xmlFormatCondition.cxx b/reportdesign/source/filter/xml/xmlFormatCondition.cxx index 54014cd415c9..75d0f1757124 100644 --- a/reportdesign/source/filter/xml/xmlFormatCondition.cxx +++ b/reportdesign/source/filter/xml/xmlFormatCondition.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include "xmlstrings.hrc" #include "xmlStyleImport.hxx" -#include <tools/debug.hxx> namespace rptxml { diff --git a/reportdesign/source/filter/xml/xmlFormattedField.cxx b/reportdesign/source/filter/xml/xmlFormattedField.cxx index bab04afa626c..a62aaed07911 100644 --- a/reportdesign/source/filter/xml/xmlFormattedField.cxx +++ b/reportdesign/source/filter/xml/xmlFormattedField.cxx @@ -27,7 +27,6 @@ #include <xmloff/xmluconv.hxx> #include "xmlReportElement.hxx" #include "xmlComponent.hxx" -#include <tools/debug.hxx> namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlFunction.cxx b/reportdesign/source/filter/xml/xmlFunction.cxx index c738ca1e5b93..d630023d3ebc 100644 --- a/reportdesign/source/filter/xml/xmlFunction.cxx +++ b/reportdesign/source/filter/xml/xmlFunction.cxx @@ -24,7 +24,6 @@ #include "xmlHelper.hxx" #include "xmlEnums.hxx" #include "xmlstrings.hrc" -#include <tools/debug.hxx> namespace rptxml { diff --git a/reportdesign/source/filter/xml/xmlGroup.cxx b/reportdesign/source/filter/xml/xmlGroup.cxx index 8b6830f89e12..41b273d5f5f7 100644 --- a/reportdesign/source/filter/xml/xmlGroup.cxx +++ b/reportdesign/source/filter/xml/xmlGroup.cxx @@ -30,7 +30,6 @@ #include <comphelper/namecontainer.hxx> #include <com/sun/star/report/GroupOn.hpp> #include <com/sun/star/report/KeepTogether.hpp> -#include <tools/debug.hxx> namespace rptxml { diff --git a/reportdesign/source/filter/xml/xmlImage.cxx b/reportdesign/source/filter/xml/xmlImage.cxx index 6e1a59e367ef..fdc6fffa4893 100644 --- a/reportdesign/source/filter/xml/xmlImage.cxx +++ b/reportdesign/source/filter/xml/xmlImage.cxx @@ -27,7 +27,6 @@ #include "xmlReportElement.hxx" #include "xmlControlProperty.hxx" #include "xmlHelper.hxx" -#include <tools/debug.hxx> #include <unotools/pathoptions.hxx> #include <com/sun/star/awt/ImageScaleMode.hpp> diff --git a/reportdesign/source/filter/xml/xmlMasterFields.cxx b/reportdesign/source/filter/xml/xmlMasterFields.cxx index aefa1bdad949..7a523a69388d 100644 --- a/reportdesign/source/filter/xml/xmlMasterFields.cxx +++ b/reportdesign/source/filter/xml/xmlMasterFields.cxx @@ -23,7 +23,6 @@ #include <xmloff/nmspmap.hxx> #include "xmlEnums.hxx" #include "xmlReport.hxx" -#include <tools/debug.hxx> namespace rptxml diff --git a/reportdesign/source/filter/xml/xmlReportElement.cxx b/reportdesign/source/filter/xml/xmlReportElement.cxx index 16e2ba7852d5..f879c84c0e73 100644 --- a/reportdesign/source/filter/xml/xmlReportElement.cxx +++ b/reportdesign/source/filter/xml/xmlReportElement.cxx @@ -24,7 +24,6 @@ #include "xmlEnums.hxx" #include "xmlComponent.hxx" #include "xmlCondPrtExpr.hxx" -#include <tools/debug.hxx> #include "xmlFormatCondition.hxx" diff --git a/reportdesign/source/filter/xml/xmlRow.cxx b/reportdesign/source/filter/xml/xmlRow.cxx index ab711ebc5ab7..fbf2ab633345 100644 --- a/reportdesign/source/filter/xml/xmlRow.cxx +++ b/reportdesign/source/filter/xml/xmlRow.cxx @@ -24,7 +24,6 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/nmspmap.hxx> #include "xmlEnums.hxx" -#include <tools/debug.hxx> #include "xmlStyleImport.hxx" #include <comphelper/namecontainer.hxx> #include <comphelper/genericpropertyset.hxx> diff --git a/reportdesign/source/filter/xml/xmlSection.cxx b/reportdesign/source/filter/xml/xmlSection.cxx index 29714f7dce87..351e8d426ead 100644 --- a/reportdesign/source/filter/xml/xmlSection.cxx +++ b/reportdesign/source/filter/xml/xmlSection.cxx @@ -28,7 +28,6 @@ #include "xmlCondPrtExpr.hxx" #include "xmlStyleImport.hxx" #include <connectivity/dbtools.hxx> -#include <tools/debug.hxx> #include <com/sun/star/report/ReportPrintOption.hpp> #include "xmlstrings.hrc" #include "xmlTable.hxx" diff --git a/reportdesign/source/filter/xml/xmlStyleImport.cxx b/reportdesign/source/filter/xml/xmlStyleImport.cxx index fe62ee94cbd1..8e37eb086867 100644 --- a/reportdesign/source/filter/xml/xmlStyleImport.cxx +++ b/reportdesign/source/filter/xml/xmlStyleImport.cxx @@ -30,7 +30,6 @@ #include <xmloff/xmlprcon.hxx> #include <xmloff/xmluconv.hxx> #include <xmloff/XMLGraphicsDefaultStyle.hxx> -#include <tools/debug.hxx> #include "xmlfilter.hxx" #include "xmlHelper.hxx" #include <osl/diagnose.h> diff --git a/reportdesign/source/filter/xml/xmlSubDocument.cxx b/reportdesign/source/filter/xml/xmlSubDocument.cxx index af051ddc105e..f6ab531492d9 100644 --- a/reportdesign/source/filter/xml/xmlSubDocument.cxx +++ b/reportdesign/source/filter/xml/xmlSubDocument.cxx @@ -25,7 +25,6 @@ #include "xmlEnums.hxx" #include "xmlMasterFields.hxx" #include "xmlTable.hxx" -#include <tools/debug.hxx> #include <comphelper/property.hxx> #include <com/sun/star/report/XReportControlModel.hpp> diff --git a/reportdesign/source/filter/xml/xmlTable.cxx b/reportdesign/source/filter/xml/xmlTable.cxx index a1d9c582bc0e..812af6a6b651 100644 --- a/reportdesign/source/filter/xml/xmlTable.cxx +++ b/reportdesign/source/filter/xml/xmlTable.cxx @@ -31,7 +31,6 @@ #include "xmlStyleImport.hxx" #include "xmlstrings.hrc" #include <connectivity/dbtools.hxx> -#include <tools/debug.hxx> #include <com/sun/star/report/XShape.hpp> #include <com/sun/star/report/XFixedLine.hpp> diff --git a/reportdesign/source/ui/dlg/DateTime.cxx b/reportdesign/source/ui/dlg/DateTime.cxx index 895a708da142..c364931077ff 100644 --- a/reportdesign/source/ui/dlg/DateTime.cxx +++ b/reportdesign/source/ui/dlg/DateTime.cxx @@ -18,7 +18,6 @@ */ #include "DateTime.hxx" #include <com/sun/star/beans/XPropertySet.hpp> -#include <tools/debug.hxx> #include "RptResId.hrc" #include "rptui_slotid.hrc" #include "ModuleHelper.hxx" diff --git a/reportdesign/source/ui/dlg/GroupsSorting.cxx b/reportdesign/source/ui/dlg/GroupsSorting.cxx index 82b741020375..ade452fefb21 100644 --- a/reportdesign/source/ui/dlg/GroupsSorting.cxx +++ b/reportdesign/source/ui/dlg/GroupsSorting.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/report/GroupOn.hpp> #include <com/sun/star/sdbc/DataType.hpp> -#include <tools/debug.hxx> #include "RptResId.hrc" #include "rptui_slotid.hrc" #include "ModuleHelper.hxx" diff --git a/reportdesign/source/ui/dlg/Navigator.cxx b/reportdesign/source/ui/dlg/Navigator.cxx index 307dca5572df..2fc0ec31f3b6 100644 --- a/reportdesign/source/ui/dlg/Navigator.cxx +++ b/reportdesign/source/ui/dlg/Navigator.cxx @@ -35,7 +35,6 @@ #include "helpids.hrc" #include "RptResId.hrc" #include "rptui_slotid.hrc" -#include <tools/debug.hxx> #include <comphelper/propmultiplex.hxx> #include <comphelper/containermultiplexer.hxx> #include <comphelper/types.hxx> diff --git a/reportdesign/source/ui/dlg/PageNumber.cxx b/reportdesign/source/ui/dlg/PageNumber.cxx index f7a799a53832..42297ed49ef3 100644 --- a/reportdesign/source/ui/dlg/PageNumber.cxx +++ b/reportdesign/source/ui/dlg/PageNumber.cxx @@ -18,7 +18,6 @@ */ #include "PageNumber.hxx" #include <com/sun/star/beans/XPropertySet.hpp> -#include <tools/debug.hxx> #include "RptResId.hrc" #include "rptui_slotid.hrc" #include "ModuleHelper.hxx" diff --git a/reportdesign/source/ui/report/DesignView.cxx b/reportdesign/source/ui/report/DesignView.cxx index 1e76941850e8..7e57a17aed8c 100644 --- a/reportdesign/source/ui/report/DesignView.cxx +++ b/reportdesign/source/ui/report/DesignView.cxx @@ -18,7 +18,6 @@ */ #include "DesignView.hxx" -#include <tools/debug.hxx> #include "ReportController.hxx" #include <comphelper/types.hxx> #include <svtools/acceleratorexecute.hxx> diff --git a/reportdesign/source/ui/report/ReportWindow.cxx b/reportdesign/source/ui/report/ReportWindow.cxx index 857038f63a2a..aaf608f335bf 100644 --- a/reportdesign/source/ui/report/ReportWindow.cxx +++ b/reportdesign/source/ui/report/ReportWindow.cxx @@ -23,7 +23,6 @@ #include "DesignView.hxx" #include "UITools.hxx" -#include <tools/debug.hxx> #include <svtools/colorcfg.hxx> #include <svl/itempool.hxx> #include <unotools/syslocale.hxx> diff --git a/reportdesign/source/ui/report/ScrollHelper.cxx b/reportdesign/source/ui/report/ScrollHelper.cxx index f546a39afcf4..9bf691aa4087 100644 --- a/reportdesign/source/ui/report/ScrollHelper.cxx +++ b/reportdesign/source/ui/report/ScrollHelper.cxx @@ -21,7 +21,6 @@ #include "ReportController.hxx" #include "ReportWindow.hxx" #include "UITools.hxx" -#include <tools/debug.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <toolkit/helper/convert.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx b/sc/source/ui/Accessibility/AccessibleContextBase.cxx index 383ede495fef..701523c90bc9 100644 --- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/beans/PropertyChangeEvent.hpp> -#include <tools/debug.hxx> #include <tools/gen.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <toolkit/helper/convert.hxx> diff --git a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx index 467d89134dfc..e4d9bde6616d 100644 --- a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx +++ b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/accessibility/AccessibleTextType.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChange.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChangeType.hpp> -#include <tools/debug.hxx> #include <toolkit/helper/convert.hxx> #include <unotools/accessiblerelationsethelper.hxx> #include <unotools/accessiblestatesethelper.hxx> diff --git a/sc/source/ui/unoobj/celllistsource.cxx b/sc/source/ui/unoobj/celllistsource.cxx index c4c9ebf449a7..15f324d98fc2 100644 --- a/sc/source/ui/unoobj/celllistsource.cxx +++ b/sc/source/ui/unoobj/celllistsource.cxx @@ -18,7 +18,6 @@ */ #include "celllistsource.hxx" -#include <tools/debug.hxx> #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/lang/NotInitializedException.hpp> #include <com/sun/star/lang/NullPointerException.hpp> diff --git a/sc/source/ui/unoobj/cellvaluebinding.cxx b/sc/source/ui/unoobj/cellvaluebinding.cxx index bd82c15194aa..8a93c3c9206e 100644 --- a/sc/source/ui/unoobj/cellvaluebinding.cxx +++ b/sc/source/ui/unoobj/cellvaluebinding.cxx @@ -18,7 +18,6 @@ */ #include "cellvaluebinding.hxx" -#include <tools/debug.hxx> #include <rtl/math.hxx> #include <com/sun/star/form/binding/IncompatibleTypesException.hpp> #include <com/sun/star/lang/NotInitializedException.hpp> diff --git a/sfx2/source/bastyp/bitset.cxx b/sfx2/source/bastyp/bitset.cxx index ac113cf0117f..66dbcf2b7db3 100644 --- a/sfx2/source/bastyp/bitset.cxx +++ b/sfx2/source/bastyp/bitset.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <sal/log.hxx> #include "bitset.hxx" diff --git a/sfx2/source/dialog/styfitem.cxx b/sfx2/source/dialog/styfitem.cxx index c6b693871f38..ee54a628d9d2 100644 --- a/sfx2/source/dialog/styfitem.cxx +++ b/sfx2/source/dialog/styfitem.cxx @@ -20,7 +20,6 @@ #include <osl/diagnose.h> #include <sfx2/styfitem.hxx> #include <tools/rcid.h> -#include <tools/debug.hxx> SfxStyleFamilyItem::SfxStyleFamilyItem(SfxStyleFamily nFamily_, const OUString &rName, const Image& rImage, const ResId &rStringArrayId) : nFamily(nFamily_) diff --git a/sfx2/source/doc/SfxDocumentMetaData.cxx b/sfx2/source/doc/SfxDocumentMetaData.cxx index df7574634f79..fb4a3f93dd65 100644 --- a/sfx2/source/doc/SfxDocumentMetaData.cxx +++ b/sfx2/source/doc/SfxDocumentMetaData.cxx @@ -63,7 +63,6 @@ #include <rtl/ref.hxx> #include <rtl/ustrbuf.hxx> -#include <tools/debug.hxx> #include <tools/datetime.hxx> #include <osl/mutex.hxx> #include <cppuhelper/basemutex.hxx> diff --git a/svl/source/items/cntwall.cxx b/svl/source/items/cntwall.cxx index 5fa769f52e25..fc0371ccfd3c 100644 --- a/svl/source/items/cntwall.cxx +++ b/svl/source/items/cntwall.cxx @@ -19,7 +19,6 @@ #include <osl/diagnose.h> -#include <tools/debug.hxx> #include <tools/stream.hxx> #include <tools/vcompat.hxx> diff --git a/svx/source/sdr/properties/emptyproperties.cxx b/svx/source/sdr/properties/emptyproperties.cxx index 0eb4b8e0cd8f..c872d6667ad1 100644 --- a/svx/source/sdr/properties/emptyproperties.cxx +++ b/svx/source/sdr/properties/emptyproperties.cxx @@ -18,7 +18,6 @@ */ #include <sdr/properties/emptyproperties.hxx> -#include <tools/debug.hxx> #include <svl/itemset.hxx> #include <svx/svddef.hxx> #include <svx/svdobj.hxx> diff --git a/svx/source/sdr/properties/itemsettools.cxx b/svx/source/sdr/properties/itemsettools.cxx index 6e7d990ef781..7c3bea85aac9 100644 --- a/svx/source/sdr/properties/itemsettools.cxx +++ b/svx/source/sdr/properties/itemsettools.cxx @@ -18,7 +18,6 @@ */ #include <sdr/properties/itemsettools.hxx> -#include <tools/debug.hxx> #include <tools/fract.hxx> #include <svl/itemset.hxx> #include <svl/whiter.hxx> diff --git a/svx/source/svdraw/svdtrans.cxx b/svx/source/svdraw/svdtrans.cxx index eea32bb04b03..352db733b5f1 100644 --- a/svx/source/svdraw/svdtrans.cxx +++ b/svx/source/svdraw/svdtrans.cxx @@ -24,7 +24,6 @@ #include <vcl/virdev.hxx> #include <tools/bigint.hxx> -#include <tools/debug.hxx> #include <unotools/syslocale.hxx> void MoveXPoly(XPolygon& rPoly, const Size& S) diff --git a/tools/source/generic/color.cxx b/tools/source/generic/color.cxx index 2c59bc4b9b38..c635ce27f16f 100644 --- a/tools/source/generic/color.cxx +++ b/tools/source/generic/color.cxx @@ -24,7 +24,6 @@ #include <stdlib.h> #include <tools/color.hxx> -#include <tools/debug.hxx> #include <tools/stream.hxx> #include <tools/helpers.hxx> #include <basegfx/color/bcolortools.hxx> diff --git a/tools/source/generic/gen.cxx b/tools/source/generic/gen.cxx index 834fc6869864..a3bf8d754aa4 100644 --- a/tools/source/generic/gen.cxx +++ b/tools/source/generic/gen.cxx @@ -21,7 +21,6 @@ #include <sstream> -#include <tools/debug.hxx> #include <tools/gen.hxx> #include <tools/stream.hxx> diff --git a/vcl/headless/svpglyphcache.cxx b/vcl/headless/svpglyphcache.cxx index d375ff32a68d..37fef1e9835d 100644 --- a/vcl/headless/svpglyphcache.cxx +++ b/vcl/headless/svpglyphcache.cxx @@ -23,7 +23,6 @@ #include <cassert> #include <rtl/instance.hxx> -#include <tools/debug.hxx> #include "unx/geninst.h" #include "unx/glyphcache.hxx" diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx index 39980c25a501..29221658c2e2 100644 --- a/vcl/source/app/help.cxx +++ b/vcl/source/app/help.cxx @@ -19,7 +19,6 @@ #include <comphelper/string.hxx> -#include "tools/debug.hxx" #include "tools/diagnose_ex.h" #include "tools/time.hxx" diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx index a991ecc9ecaf..93b019372566 100644 --- a/vcl/source/app/session.cxx +++ b/vcl/source/app/session.cxx @@ -23,7 +23,6 @@ #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase.hxx> -#include <tools/debug.hxx> #include <vcl/svapp.hxx> diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 005746d89764..0a34aff66561 100644 --- a/vcl/source/app/settings.cxx +++ b/vcl/source/app/settings.cxx @@ -27,7 +27,6 @@ #include "comphelper/processfactory.hxx" #include <rtl/bootstrap.hxx> -#include "tools/debug.hxx" #include "i18nlangtag/mslangid.hxx" #include "i18nlangtag/languagetag.hxx" diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx index e60a9ce3e2d5..00727e26ed13 100644 --- a/vcl/source/app/svdata.cxx +++ b/vcl/source/app/svdata.cxx @@ -23,7 +23,6 @@ #include <comphelper/string.hxx> #include <osl/mutex.hxx> #include <rtl/process.h> -#include <tools/debug.hxx> #include <tools/resary.hxx> #include <tools/gen.hxx> #include <uno/current_context.hxx> diff --git a/vcl/source/app/unohelp2.cxx b/vcl/source/app/unohelp2.cxx index f51b7a39ee7a..2ae46183e5ee 100644 --- a/vcl/source/app/unohelp2.cxx +++ b/vcl/source/app/unohelp2.cxx @@ -20,7 +20,6 @@ #include <vcl/unohelp2.hxx> #include <sot/exchange.hxx> #include <sot/formats.hxx> -#include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <com/sun/star/datatransfer/UnsupportedFlavorException.hpp> #include <com/sun/star/datatransfer/clipboard/XClipboard.hpp> diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 4b255d37a1ba..736c77d1b127 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <tools/lineend.hxx> #include <tools/poly.hxx> diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx index e8c9408e4023..824803b2f981 100644 --- a/vcl/source/control/combobox.cxx +++ b/vcl/source/control/combobox.cxx @@ -22,7 +22,6 @@ #include <set> #include <comphelper/string.hxx> -#include <tools/debug.hxx> #include <vcl/decoview.hxx> #include <vcl/lstbox.hxx> #include <vcl/button.hxx> diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index b6d3b082cbda..4f36f466c9ef 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -22,7 +22,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> -#include "tools/debug.hxx" #include <vcl/dialog.hxx> #include <vcl/field.hxx> diff --git a/vcl/source/control/imp_listbox.cxx b/vcl/source/control/imp_listbox.cxx index 39f4f7ede2eb..b1fa98c7e82b 100644 --- a/vcl/source/control/imp_listbox.cxx +++ b/vcl/source/control/imp_listbox.cxx @@ -18,7 +18,6 @@ */ #include <memory> -#include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx index 3cbd57e39867..932595276c37 100644 --- a/vcl/source/control/listbox.cxx +++ b/vcl/source/control/listbox.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/debug.hxx" #include <vcl/decoview.hxx> #include <vcl/dialog.hxx> diff --git a/vcl/source/control/longcurr.cxx b/vcl/source/control/longcurr.cxx index 6f3b8305da88..f83ad4babcfe 100644 --- a/vcl/source/control/longcurr.cxx +++ b/vcl/source/control/longcurr.cxx @@ -18,7 +18,6 @@ */ #include <comphelper/string.hxx> -#include <tools/debug.hxx> #include <tools/bigint.hxx> #include <vcl/event.hxx> diff --git a/vcl/source/control/prgsbar.cxx b/vcl/source/control/prgsbar.cxx index 240756b921d5..5a34d2fd1628 100644 --- a/vcl/source/control/prgsbar.cxx +++ b/vcl/source/control/prgsbar.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <vcl/status.hxx> #include <vcl/prgsbar.hxx> #include <vcl/settings.hxx> diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index 62dcc5f8da53..f571ea20be0f 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/debug.hxx" #include <vcl/svapp.hxx> #include <vcl/help.hxx> diff --git a/vcl/source/edit/textdata.cxx b/vcl/source/edit/textdata.cxx index 1024c360f1e2..ea6bd1d1ef0e 100644 --- a/vcl/source/edit/textdata.cxx +++ b/vcl/source/edit/textdata.cxx @@ -24,7 +24,6 @@ #include <vcl/textdata.hxx> #include <textdat2.hxx> -#include <tools/debug.hxx> TextSelection::TextSelection() { diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx index 872963a5d96a..80b43e67ab74 100644 --- a/vcl/source/font/font.cxx +++ b/vcl/source/font/font.cxx @@ -20,7 +20,6 @@ #include <sal/macros.h> #include <tools/stream.hxx> #include <tools/vcompat.hxx> -#include <tools/debug.hxx> #include <tools/gen.hxx> #include <unotools/fontcfg.hxx> #include <unotools/fontdefs.hxx> diff --git a/vcl/source/fontsubset/fontsubset.cxx b/vcl/source/fontsubset/fontsubset.cxx index cc18c4dd4f8a..be3de69e01e7 100644 --- a/vcl/source/fontsubset/fontsubset.cxx +++ b/vcl/source/fontsubset/fontsubset.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <osl/diagnose.h> diff --git a/vcl/source/fontsubset/xlat.cxx b/vcl/source/fontsubset/xlat.cxx index 8a355da97b02..3363b5bd21c5 100644 --- a/vcl/source/fontsubset/xlat.cxx +++ b/vcl/source/fontsubset/xlat.cxx @@ -19,7 +19,6 @@ #include "rtl/textcvt.h" #include "xlat.hxx" -#include <tools/debug.hxx> namespace { diff --git a/vcl/source/gdi/alpha.cxx b/vcl/source/gdi/alpha.cxx index 0ece422f591d..fab58d0b0b52 100644 --- a/vcl/source/gdi/alpha.cxx +++ b/vcl/source/gdi/alpha.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <vcl/bitmapaccess.hxx> #include <tools/color.hxx> #include <vcl/alpha.hxx> diff --git a/vcl/source/gdi/animate.cxx b/vcl/source/gdi/animate.cxx index bf3f42e937f1..b7f335628aef 100644 --- a/vcl/source/gdi/animate.cxx +++ b/vcl/source/gdi/animate.cxx @@ -18,7 +18,6 @@ */ #include <vcl/animate.hxx> -#include <tools/debug.hxx> #include <tools/stream.hxx> #include <rtl/crc.h> #include <vcl/virdev.hxx> diff --git a/vcl/source/gdi/bmpfast.cxx b/vcl/source/gdi/bmpfast.cxx index 8131a53498d4..a610394cf1a6 100644 --- a/vcl/source/gdi/bmpfast.cxx +++ b/vcl/source/gdi/bmpfast.cxx @@ -18,7 +18,6 @@ */ #include <bmpfast.hxx> -#include <tools/debug.hxx> #include <vcl/bitmapaccess.hxx> #define FAST_ARGB_BGRA diff --git a/vcl/source/gdi/gfxlink.cxx b/vcl/source/gdi/gfxlink.cxx index a0a69ef2d82c..70e31776c137 100644 --- a/vcl/source/gdi/gfxlink.cxx +++ b/vcl/source/gdi/gfxlink.cxx @@ -20,7 +20,6 @@ #include <osl/file.h> #include <tools/stream.hxx> #include <tools/vcompat.hxx> -#include <tools/debug.hxx> #include <unotools/tempfile.hxx> #include <vcl/graph.hxx> #include <vcl/gfxlink.hxx> diff --git a/vcl/source/gdi/gradient.cxx b/vcl/source/gdi/gradient.cxx index db6e7d7bf89a..191c3852dc74 100644 --- a/vcl/source/gdi/gradient.cxx +++ b/vcl/source/gdi/gradient.cxx @@ -19,7 +19,6 @@ #include <tools/stream.hxx> #include <tools/vcompat.hxx> -#include <tools/debug.hxx> #include <tools/gen.hxx> #include <vcl/gradient.hxx> diff --git a/vcl/source/gdi/hatch.cxx b/vcl/source/gdi/hatch.cxx index 89e8347bc7a0..f0f822cbf01a 100644 --- a/vcl/source/gdi/hatch.cxx +++ b/vcl/source/gdi/hatch.cxx @@ -19,7 +19,6 @@ #include <tools/stream.hxx> #include <tools/vcompat.hxx> -#include <tools/debug.hxx> #include <vcl/hatch.hxx> ImplHatch::ImplHatch() : diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index 7a43de2dc1f3..acebb4d5521a 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -23,7 +23,6 @@ #include <tools/fract.hxx> #include <tools/vcompat.hxx> #include <tools/urlobj.hxx> -#include <tools/debug.hxx> #include <tools/stream.hxx> #include <tools/helpers.hxx> #include <ucbhelper/content.hxx> diff --git a/vcl/source/gdi/jobset.cxx b/vcl/source/gdi/jobset.cxx index 290de283caa5..ecea840d2393 100644 --- a/vcl/source/gdi/jobset.cxx +++ b/vcl/source/gdi/jobset.cxx @@ -19,7 +19,6 @@ #include <rtl/alloc.h> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <tools/stream.hxx> #include <vcl/jobset.hxx> #include <jobset.h> diff --git a/vcl/source/gdi/lineinfo.cxx b/vcl/source/gdi/lineinfo.cxx index 095254f4193e..bb27afed837d 100644 --- a/vcl/source/gdi/lineinfo.cxx +++ b/vcl/source/gdi/lineinfo.cxx @@ -19,7 +19,6 @@ #include <tools/stream.hxx> #include <tools/vcompat.hxx> -#include <tools/debug.hxx> #include <vcl/lineinfo.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx index 42c96e8f6064..74ab167ecbdd 100644 --- a/vcl/source/gdi/print2.cxx +++ b/vcl/source/gdi/print2.cxx @@ -26,7 +26,6 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include <tools/debug.hxx> #include <vcl/virdev.hxx> #include <vcl/metaact.hxx> diff --git a/vcl/source/gdi/regband.cxx b/vcl/source/gdi/regband.cxx index 08341d6202dc..463ddbe80d66 100644 --- a/vcl/source/gdi/regband.cxx +++ b/vcl/source/gdi/regband.cxx @@ -19,7 +19,6 @@ #include <algorithm> -#include <tools/debug.hxx> #include <tools/helpers.hxx> #include <osl/diagnose.hxx> diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx index bf362a034b06..30f2e60292f0 100644 --- a/vcl/source/gdi/sallayout.cxx +++ b/vcl/source/gdi/sallayout.cxx @@ -34,7 +34,6 @@ #include <i18nlangtag/lang.h> -#include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <limits.h> diff --git a/vcl/source/gdi/wall.cxx b/vcl/source/gdi/wall.cxx index 1e9ecd37dd2c..2dc6d77a7f40 100644 --- a/vcl/source/gdi/wall.cxx +++ b/vcl/source/gdi/wall.cxx @@ -19,7 +19,6 @@ #include <tools/stream.hxx> #include <tools/vcompat.hxx> -#include <tools/debug.hxx> #include <vcl/bitmapex.hxx> #include <vcl/gradient.hxx> #include <vcl/wall.hxx> diff --git a/vcl/source/image/Image.cxx b/vcl/source/image/Image.cxx index 2299101f1a58..9f6e764870b3 100644 --- a/vcl/source/image/Image.cxx +++ b/vcl/source/image/Image.cxx @@ -18,7 +18,6 @@ */ #include <osl/file.hxx> -#include <tools/debug.hxx> #include <tools/stream.hxx> #include <tools/resmgr.hxx> #include <vcl/settings.hxx> diff --git a/vcl/source/window/accel.cxx b/vcl/source/window/accel.cxx index 8810bdba04c1..b0c7f912aaad 100644 --- a/vcl/source/window/accel.cxx +++ b/vcl/source/window/accel.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> diff --git a/vcl/source/window/accessibility.cxx b/vcl/source/window/accessibility.cxx index cb82b6916205..01eaf5fd7709 100644 --- a/vcl/source/window/accessibility.cxx +++ b/vcl/source/window/accessibility.cxx @@ -22,7 +22,6 @@ #include <i18nlangtag/mslangid.hxx> #include "tools/time.hxx" -#include "tools/debug.hxx" #include "unotools/fontcfg.hxx" #include "unotools/confignode.hxx" diff --git a/vcl/source/window/accmgr.cxx b/vcl/source/window/accmgr.cxx index 56a56345dd7d..bf209354191c 100644 --- a/vcl/source/window/accmgr.cxx +++ b/vcl/source/window/accmgr.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <accel.h> #include <vcl/accel.hxx> diff --git a/vcl/source/window/dlgctrl.cxx b/vcl/source/window/dlgctrl.cxx index 531bd0dd72e9..ac8e47d833bc 100644 --- a/vcl/source/window/dlgctrl.cxx +++ b/vcl/source/window/dlgctrl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <svdata.hxx> diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx index f0336c8f8a27..656a551d2a55 100644 --- a/vcl/source/window/floatwin.cxx +++ b/vcl/source/window/floatwin.cxx @@ -30,7 +30,6 @@ #include <vcl/floatwin.hxx> #include <vcl/settings.hxx> -#include <tools/debug.hxx> class FloatingWindow::ImplData { diff --git a/vcl/source/window/keyevent.cxx b/vcl/source/window/keyevent.cxx index f5a7c5b1abe8..f0d11065afb2 100644 --- a/vcl/source/window/keyevent.cxx +++ b/vcl/source/window/keyevent.cxx @@ -19,7 +19,6 @@ #include <com/sun/star/awt/KeyEvent.hpp> #include <com/sun/star/awt/KeyModifier.hpp> -#include <tools/debug.hxx> #include <vcl/event.hxx> KeyEvent::KeyEvent (const KeyEvent& rKeyEvent) : diff --git a/vcl/source/window/legacyaccessibility.cxx b/vcl/source/window/legacyaccessibility.cxx index f476712e1833..62a500a060e7 100644 --- a/vcl/source/window/legacyaccessibility.cxx +++ b/vcl/source/window/legacyaccessibility.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <svdata.hxx> diff --git a/vcl/source/window/menu.cxx b/vcl/source/window/menu.cxx index 9c547a933fcf..053ea8ca95bd 100644 --- a/vcl/source/window/menu.cxx +++ b/vcl/source/window/menu.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/stream.hxx> diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx index 1d5f6f1dfcdd..04ac25328c07 100644 --- a/vcl/source/window/scrwnd.cxx +++ b/vcl/source/window/scrwnd.cxx @@ -19,7 +19,6 @@ #include <limits.h> #include <tools/time.hxx> -#include <tools/debug.hxx> #include <svids.hrc> #include <bitmaps.hlst> diff --git a/vcl/source/window/seleng.cxx b/vcl/source/window/seleng.cxx index ec6dab2d11d2..3b06d3d11623 100644 --- a/vcl/source/window/seleng.cxx +++ b/vcl/source/window/seleng.cxx @@ -19,7 +19,6 @@ #include <vcl/window.hxx> #include <vcl/seleng.hxx> -#include <tools/debug.hxx> #include <comphelper/lok.hxx> FunctionSet::~FunctionSet() diff --git a/vcl/source/window/status.cxx b/vcl/source/window/status.cxx index 0fcaa9ec0d32..e4ee8a3dc648 100644 --- a/vcl/source/window/status.cxx +++ b/vcl/source/window/status.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <vcl/event.hxx> #include <vcl/decoview.hxx> diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx index 63bf29ba9950..beca12f4fdc4 100644 --- a/vcl/source/window/syswin.cxx +++ b/vcl/source/window/syswin.cxx @@ -22,7 +22,6 @@ #include <cstdlib> -#include <tools/debug.hxx> #include <vcl/layout.hxx> #include <vcl/settings.hxx> diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index d405717e0ad7..b08cf4ca5261 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx @@ -32,7 +32,6 @@ #include <vcl/settings.hxx> #include <vcl/vclstatuslistener.hxx> -#include <tools/debug.hxx> #include <tools/poly.hxx> #include <svl/imageitm.hxx> diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index 7ee491c6c886..0a9dfc7516d2 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -20,7 +20,6 @@ #include "sal/config.h" #include <comphelper/processfactory.hxx> -#include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <vcl/idle.hxx> diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index 20e1855a37fa..d0dd1bcc3c98 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -18,7 +18,6 @@ */ #include <limits.h> -#include <tools/debug.hxx> #include <tools/poly.hxx> #include <vcl/bitmap.hxx> diff --git a/vcl/source/window/wrkwin.cxx b/vcl/source/window/wrkwin.cxx index 448ed9c0c79b..7cc002b0f041 100644 --- a/vcl/source/window/wrkwin.cxx +++ b/vcl/source/window/wrkwin.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> diff --git a/vcl/unx/generic/fontmanager/fontmanager.cxx b/vcl/unx/generic/fontmanager/fontmanager.cxx index a64bd9a843a6..d9c78fcb408b 100644 --- a/vcl/unx/generic/fontmanager/fontmanager.cxx +++ b/vcl/unx/generic/fontmanager/fontmanager.cxx @@ -36,7 +36,6 @@ #include "tools/urlobj.hxx" #include "tools/stream.hxx" -#include "tools/debug.hxx" #include "osl/file.hxx" #include "osl/process.h" diff --git a/vcl/unx/generic/gdi/salgdi.cxx b/vcl/unx/generic/gdi/salgdi.cxx index 0db00ba9d777..4dab907e01d6 100644 --- a/vcl/unx/generic/gdi/salgdi.cxx +++ b/vcl/unx/generic/gdi/salgdi.cxx @@ -26,7 +26,6 @@ #include <X11/extensions/Xrender.h> #include <X11/Xproto.h> -#include "tools/debug.hxx" #include "basegfx/polygon/b2dpolygon.hxx" #include "basegfx/polygon/b2dpolypolygon.hxx" diff --git a/vcl/unx/generic/glyphs/glyphcache.cxx b/vcl/unx/generic/glyphs/glyphcache.cxx index 37cb6f0f3c43..82bdc64bd12d 100644 --- a/vcl/unx/generic/glyphs/glyphcache.cxx +++ b/vcl/unx/generic/glyphs/glyphcache.cxx @@ -28,7 +28,6 @@ #include <rtl/ustring.hxx> #include <osl/file.hxx> -#include <tools/debug.hxx> static GlyphCache* pInstance = nullptr; diff --git a/vcl/unx/generic/printer/printerinfomanager.cxx b/vcl/unx/generic/printer/printerinfomanager.cxx index e69323eea817..62e797dc2a5b 100644 --- a/vcl/unx/generic/printer/printerinfomanager.cxx +++ b/vcl/unx/generic/printer/printerinfomanager.cxx @@ -28,7 +28,6 @@ #include "tools/urlobj.hxx" #include "tools/stream.hxx" -#include "tools/debug.hxx" #include "tools/config.hxx" #include "i18nutil/paper.hxx" diff --git a/vcl/unx/generic/window/salobj.cxx b/vcl/unx/generic/window/salobj.cxx index ab6460c53334..186af85cbe49 100644 --- a/vcl/unx/generic/window/salobj.cxx +++ b/vcl/unx/generic/window/salobj.cxx @@ -25,7 +25,6 @@ #include <X11/Xutil.h> #include <X11/extensions/shape.h> -#include <tools/debug.hxx> #include <vcl/keycodes.hxx> #include <vcl/event.hxx> diff --git a/vcl/win/app/salinfo.cxx b/vcl/win/app/salinfo.cxx index 5b9fa323c528..06729eca4713 100644 --- a/vcl/win/app/salinfo.cxx +++ b/vcl/win/app/salinfo.cxx @@ -20,7 +20,6 @@ #include "svsys.h" #include "rtl/ustrbuf.hxx" -#include "tools/debug.hxx" #include <vcl/window.hxx> diff --git a/vcl/win/app/salshl.cxx b/vcl/win/app/salshl.cxx index 3f8e5f5339a3..5fd1959b228d 100644 --- a/vcl/win/app/salshl.cxx +++ b/vcl/win/app/salshl.cxx @@ -18,7 +18,6 @@ */ #include <svsys.h> -#include <tools/debug.hxx> #include <win/saldata.hxx> SalShlData aSalShlData; diff --git a/vcl/win/gdi/gdiimpl.cxx b/vcl/win/gdi/gdiimpl.cxx index b5d32a35bd2c..30a9c3488b98 100644 --- a/vcl/win/gdi/gdiimpl.cxx +++ b/vcl/win/gdi/gdiimpl.cxx @@ -23,7 +23,6 @@ #include <string.h> #include <rtl/strbuf.hxx> -#include <tools/debug.hxx> #include <tools/poly.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> diff --git a/vcl/win/gdi/salgdi.cxx b/vcl/win/gdi/salgdi.cxx index f8443f00ef64..4b60ad681d88 100644 --- a/vcl/win/gdi/salgdi.cxx +++ b/vcl/win/gdi/salgdi.cxx @@ -20,7 +20,6 @@ #include <string.h> #include <svsys.h> #include <rtl/strbuf.hxx> -#include <tools/debug.hxx> #include <tools/poly.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> diff --git a/vcl/win/gdi/salgdi2.cxx b/vcl/win/gdi/salgdi2.cxx index 40cecd383395..93573843677b 100644 --- a/vcl/win/gdi/salgdi2.cxx +++ b/vcl/win/gdi/salgdi2.cxx @@ -22,7 +22,6 @@ #include <stdlib.h> #include <svsys.h> -#include <tools/debug.hxx> #include <win/wincomp.hxx> #include <win/salbmp.h> diff --git a/vcl/win/window/salobj.cxx b/vcl/win/window/salobj.cxx index 8ec1cd42770f..85d4ead765c9 100644 --- a/vcl/win/window/salobj.cxx +++ b/vcl/win/window/salobj.cxx @@ -20,7 +20,6 @@ #include <string.h> #include <svsys.h> -#include <tools/debug.hxx> #include <vcl/svapp.hxx> diff --git a/xmloff/inc/MultiPropertySetHelper.hxx b/xmloff/inc/MultiPropertySetHelper.hxx index cbc61f5e1633..661266883661 100644 --- a/xmloff/inc/MultiPropertySetHelper.hxx +++ b/xmloff/inc/MultiPropertySetHelper.hxx @@ -21,7 +21,6 @@ #include <rtl/ustring.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <tools/debug.hxx> namespace com { namespace sun { namespace star { diff --git a/xmloff/source/chart/XMLChartStyleContext.cxx b/xmloff/source/chart/XMLChartStyleContext.cxx index 17fa381cccb7..b93eee5d14ee 100644 --- a/xmloff/source/chart/XMLChartStyleContext.cxx +++ b/xmloff/source/chart/XMLChartStyleContext.cxx @@ -23,7 +23,6 @@ #include <xmloff/xmlnumfi.hxx> #include <xmloff/families.hxx> #include <xmloff/xmltypes.hxx> -#include <tools/debug.hxx> #include "XMLChartPropertyContext.hxx" diff --git a/xmloff/source/chart/contexts.cxx b/xmloff/source/chart/contexts.cxx index 797ecd00ea32..2708d37bf18e 100644 --- a/xmloff/source/chart/contexts.cxx +++ b/xmloff/source/chart/contexts.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmlmetai.hxx> diff --git a/xmloff/source/core/DomBuilderContext.cxx b/xmloff/source/core/DomBuilderContext.cxx index ca8cbbed6314..8907f6a284df 100644 --- a/xmloff/source/core/DomBuilderContext.cxx +++ b/xmloff/source/core/DomBuilderContext.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/xml/dom/NodeType.hpp> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <comphelper/processfactory.hxx> diff --git a/xmloff/source/core/DomExport.cxx b/xmloff/source/core/DomExport.cxx index 21dc0391123b..fa751c1abb9f 100644 --- a/xmloff/source/core/DomExport.cxx +++ b/xmloff/source/core/DomExport.cxx @@ -37,7 +37,6 @@ #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> -#include <tools/debug.hxx> #include <vector> diff --git a/xmloff/source/core/i18nmap.cxx b/xmloff/source/core/i18nmap.cxx index c297d2e6f9ea..87a7801da048 100644 --- a/xmloff/source/core/i18nmap.cxx +++ b/xmloff/source/core/i18nmap.cxx @@ -18,7 +18,6 @@ */ #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/i18nmap.hxx> bool SvI18NMap::Add( sal_uInt16 nKind, const OUString& rName, diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 166aa91b0a42..c22e32173314 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -19,7 +19,6 @@ #include <sal/macros.h> #include <xmloff/xmltoken.hxx> -#include <tools/debug.hxx> #include <rtl/ustring.hxx> diff --git a/xmloff/source/core/xmluconv.cxx b/xmloff/source/core/xmluconv.cxx index 78d576091e13..7272ac0e6870 100644 --- a/xmloff/source/core/xmluconv.cxx +++ b/xmloff/source/core/xmluconv.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Date.hpp> -#include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> #include <xmloff/xmlement.hxx> diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx index ce1290b0ba17..8ca660499cc6 100644 --- a/xmloff/source/draw/XMLNumberStyles.cxx +++ b/xmloff/source/draw/XMLNumberStyles.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <XMLNumberStylesExport.hxx> #include <XMLNumberStylesImport.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx index b56bf8305613..ed77aab0e84f 100644 --- a/xmloff/source/draw/animationexport.cxx +++ b/xmloff/source/draw/animationexport.cxx @@ -54,7 +54,6 @@ #include <o3tl/any.hxx> #include <sax/tools/converter.hxx> -#include <tools/debug.hxx> #include <xmloff/unointerfacetouniqueidentifiermapper.hxx> #include "sdxmlexp_impl.hxx" #include "sdpropls.hxx" diff --git a/xmloff/source/draw/animexp.cxx b/xmloff/source/draw/animexp.cxx index fededf9f6fcf..bbbc28214932 100644 --- a/xmloff/source/draw/animexp.cxx +++ b/xmloff/source/draw/animexp.cxx @@ -18,7 +18,6 @@ */ -#include <tools/debug.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/presentation/AnimationSpeed.hpp> #include <xmloff/unointerfacetouniqueidentifiermapper.hxx> diff --git a/xmloff/source/draw/eventimp.cxx b/xmloff/source/draw/eventimp.cxx index 9385887652ea..38c3460df817 100644 --- a/xmloff/source/draw/eventimp.cxx +++ b/xmloff/source/draw/eventimp.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <com/sun/star/document/XEventsSupplier.hpp> #include <com/sun/star/container/XNameReplace.hpp> #include <com/sun/star/presentation/AnimationSpeed.hpp> diff --git a/xmloff/source/draw/layerimp.cxx b/xmloff/source/draw/layerimp.cxx index 0597b04cc92c..4b4d516096a2 100644 --- a/xmloff/source/draw/layerimp.cxx +++ b/xmloff/source/draw/layerimp.cxx @@ -18,7 +18,6 @@ */ -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <com/sun/star/drawing/XLayerManager.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 19328c6a6af7..567ba9bf577f 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -53,7 +53,6 @@ #include <com/sun/star/util/MeasureUnit.hpp> #include <rtl/ustrbuf.hxx> #include <tools/gen.hxx> -#include <tools/debug.hxx> #include <sax/tools/converter.hxx> #include <xmloff/xmlaustp.hxx> #include <xmloff/families.hxx> diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx index b868abc8b933..920d287bb7a5 100644 --- a/xmloff/source/draw/ximpbody.cxx +++ b/xmloff/source/draw/ximpbody.cxx @@ -37,7 +37,6 @@ #include "ximpshow.hxx" #include "PropertySetMerger.hxx" #include "animationimport.hxx" -#include <tools/debug.hxx> #include <osl/diagnose.hxx> using namespace ::com::sun::star; diff --git a/xmloff/source/forms/eventexport.cxx b/xmloff/source/forms/eventexport.cxx index 0cbd69068eb4..a3738d48e910 100644 --- a/xmloff/source/forms/eventexport.cxx +++ b/xmloff/source/forms/eventexport.cxx @@ -20,7 +20,6 @@ #include "eventexport.hxx" #include <osl/diagnose.h> #include "strings.hxx" -#include <tools/debug.hxx> #include <comphelper/sequence.hxx> namespace xmloff diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx index 2cb5522e27a8..387154b2780a 100644 --- a/xmloff/source/meta/xmlmetae.cxx +++ b/xmloff/source/meta/xmlmetae.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <i18nlangtag/languagetag.hxx> #include <rtl/ustrbuf.hxx> diff --git a/xmloff/source/style/DashStyle.cxx b/xmloff/source/style/DashStyle.cxx index 6e6884b7ae5a..842eced6c360 100644 --- a/xmloff/source/style/DashStyle.cxx +++ b/xmloff/source/style/DashStyle.cxx @@ -32,7 +32,6 @@ #include <xmloff/xmlimp.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> using namespace ::com::sun::star; diff --git a/xmloff/source/style/GradientStyle.cxx b/xmloff/source/style/GradientStyle.cxx index 45353f1a73fe..e11c4b1c6112 100644 --- a/xmloff/source/style/GradientStyle.cxx +++ b/xmloff/source/style/GradientStyle.cxx @@ -30,7 +30,6 @@ #include <xmloff/xmltoken.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmlimp.hxx> diff --git a/xmloff/source/style/HatchStyle.cxx b/xmloff/source/style/HatchStyle.cxx index 81a27084de93..3a0db19b9ecc 100644 --- a/xmloff/source/style/HatchStyle.cxx +++ b/xmloff/source/style/HatchStyle.cxx @@ -31,7 +31,6 @@ #include <xmloff/xmlimp.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> using namespace ::com::sun::star; diff --git a/xmloff/source/style/ImageStyle.cxx b/xmloff/source/style/ImageStyle.cxx index 64c76f2a08fa..9ad41ca06215 100644 --- a/xmloff/source/style/ImageStyle.cxx +++ b/xmloff/source/style/ImageStyle.cxx @@ -28,7 +28,6 @@ #include <xmloff/xmlimp.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> using namespace ::com::sun::star; diff --git a/xmloff/source/style/TransGradientStyle.cxx b/xmloff/source/style/TransGradientStyle.cxx index d1be6cef0ff9..5d574d98c8d7 100644 --- a/xmloff/source/style/TransGradientStyle.cxx +++ b/xmloff/source/style/TransGradientStyle.cxx @@ -30,7 +30,6 @@ #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <tools/color.hxx> -#include <tools/debug.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmlimp.hxx> diff --git a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx index 88791e0f70a9..c9a7bfb2dd07 100644 --- a/xmloff/source/style/XMLFootnoteSeparatorImport.cxx +++ b/xmloff/source/style/XMLFootnoteSeparatorImport.cxx @@ -26,7 +26,6 @@ #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <com/sun/star/text/HorizontalAdjust.hpp> -#include <tools/debug.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/style/XMLPageExport.cxx b/xmloff/source/style/XMLPageExport.cxx index 40c1f6f52133..5f884a4b9f07 100644 --- a/xmloff/source/style/XMLPageExport.cxx +++ b/xmloff/source/style/XMLPageExport.cxx @@ -19,7 +19,6 @@ #include <xmloff/XMLPageExport.hxx> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> diff --git a/xmloff/source/style/backhdl.cxx b/xmloff/source/style/backhdl.cxx index 94872997e808..24408648560b 100644 --- a/xmloff/source/style/backhdl.cxx +++ b/xmloff/source/style/backhdl.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <backhdl.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> diff --git a/xmloff/source/style/impastpl.cxx b/xmloff/source/style/impastpl.cxx index 575d6e38a225..56e1c6cc7f33 100644 --- a/xmloff/source/style/impastpl.cxx +++ b/xmloff/source/style/impastpl.cxx @@ -21,7 +21,6 @@ #include <algorithm> #include <rtl/ustrbuf.hxx> -#include <tools/debug.hxx> #include <tools/solar.h> #include <xmloff/PageMasterStyleMap.hxx> #include <xmloff/attrlist.hxx> diff --git a/xmloff/source/style/prhdlfac.cxx b/xmloff/source/style/prhdlfac.cxx index f53e3663b527..16ed2f05b24b 100644 --- a/xmloff/source/style/prhdlfac.cxx +++ b/xmloff/source/style/prhdlfac.cxx @@ -24,7 +24,6 @@ #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/text/VertOrientation.hpp> -#include <tools/debug.hxx> #include <xmloff/xmltypes.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/style/prstylei.cxx b/xmloff/source/style/prstylei.cxx index 079bea84c086..97a6c7861728 100644 --- a/xmloff/source/style/prstylei.cxx +++ b/xmloff/source/style/prstylei.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <set> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/style/styleexp.cxx b/xmloff/source/style/styleexp.cxx index 8aec434b5faf..286097a836b4 100644 --- a/xmloff/source/style/styleexp.cxx +++ b/xmloff/source/style/styleexp.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/style/xmlaustp.cxx b/xmloff/source/style/xmlaustp.cxx index 94eb689d2790..b03387993f54 100644 --- a/xmloff/source/style/xmlaustp.cxx +++ b/xmloff/source/style/xmlaustp.cxx @@ -18,7 +18,6 @@ */ #include <com/sun/star/container/XIndexReplace.hpp> -#include <tools/debug.hxx> #include "impastpl.hxx" #include <xmloff/xmlaustp.hxx> #include <xmloff/families.hxx> diff --git a/xmloff/source/style/xmlbahdl.cxx b/xmloff/source/style/xmlbahdl.cxx index 428508b79cbd..7da1b37f8357 100644 --- a/xmloff/source/style/xmlbahdl.cxx +++ b/xmloff/source/style/xmlbahdl.cxx @@ -20,7 +20,6 @@ #include <xmlbahdl.hxx> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <sax/tools/converter.hxx> #include <xmloff/xmluconv.hxx> #include <com/sun/star/uno/Any.hxx> diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx index cc9ec571bb2a..2173faebc0e9 100644 --- a/xmloff/source/style/xmlnume.cxx +++ b/xmloff/source/style/xmlnume.cxx @@ -37,7 +37,6 @@ #include <rtl/ustrbuf.hxx> -#include <tools/debug.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/style/xmlnumfi.cxx b/xmloff/source/style/xmlnumfi.cxx index e0a2cd09dc3b..d4805317fb89 100644 --- a/xmloff/source/style/xmlnumfi.cxx +++ b/xmloff/source/style/xmlnumfi.cxx @@ -30,7 +30,6 @@ #include <rtl/math.hxx> #include <i18nlangtag/languagetag.hxx> #include <tools/color.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 46ac909b7f80..b1e514721847 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -35,7 +35,6 @@ #include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> -#include <tools/debug.hxx> #include <tools/fontenum.hxx> #include <sax/tools/converter.hxx> diff --git a/xmloff/source/style/xmlprmap.cxx b/xmloff/source/style/xmlprmap.cxx index 602eacf4d8a3..a287408f00d2 100644 --- a/xmloff/source/style/xmlprmap.cxx +++ b/xmloff/source/style/xmlprmap.cxx @@ -23,7 +23,6 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/maptype.hxx> #include <xmloff/prhdlfac.hxx> -#include <tools/debug.hxx> #include "xmlbahdl.hxx" diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index 9f362ca19846..71a2e4e2b5b2 100644 --- a/xmloff/source/style/xmlstyle.cxx +++ b/xmloff/source/style/xmlstyle.cxx @@ -30,7 +30,6 @@ #include <com/sun/star/style/XAutoStyleFamily.hpp> #include "PageMasterPropMapper.hxx" #include <o3tl/make_unique.hxx> -#include <tools/debug.hxx> #include <svl/itemset.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx index 026ed54bfdc7..e01ada60b83c 100644 --- a/xmloff/source/table/XMLTableExport.cxx +++ b/xmloff/source/table/XMLTableExport.cxx @@ -48,7 +48,6 @@ #include <xmloff/maptype.hxx> #include <xmloff/prhdlfac.hxx> #include <xmloff/txtprmap.hxx> -#include <tools/debug.hxx> #include "table.hxx" using namespace ::xmloff::token; diff --git a/xmloff/source/text/XMLChangeImportContext.cxx b/xmloff/source/text/XMLChangeImportContext.cxx index 54c8bea9db53..aabfe8b3cf56 100644 --- a/xmloff/source/text/XMLChangeImportContext.cxx +++ b/xmloff/source/text/XMLChangeImportContext.cxx @@ -18,7 +18,6 @@ */ #include "XMLChangeImportContext.hxx" -#include <tools/debug.hxx> #include <xmloff/xmlimp.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/nmspmap.hxx> diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx index d5610240dc57..475eafa8340e 100644 --- a/xmloff/source/text/XMLIndexTabStopEntryContext.cxx +++ b/xmloff/source/text/XMLIndexTabStopEntryContext.cxx @@ -31,7 +31,6 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> #include <rtl/ustring.hxx> -#include <tools/debug.hxx> using namespace ::xmloff::token; diff --git a/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx b/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx index f68df46427dd..d69d884d0177 100644 --- a/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx +++ b/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx @@ -30,7 +30,6 @@ #include <xmloff/xmluconv.hxx> #include <xmloff/xmltoken.hxx> #include <xmloff/xmlnume.hxx> -#include <tools/debug.hxx> #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index 5da5902c93da..539d41e4fd8e 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -18,7 +18,6 @@ */ #include <o3tl/make_unique.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/text/TextContentAnchorType.hpp> diff --git a/xmloff/source/text/XMLTextListAutoStylePool.cxx b/xmloff/source/text/XMLTextListAutoStylePool.cxx index f480cfdd93a3..a64489e778b1 100644 --- a/xmloff/source/text/XMLTextListAutoStylePool.cxx +++ b/xmloff/source/text/XMLTextListAutoStylePool.cxx @@ -19,7 +19,6 @@ #include <vector> -#include <tools/debug.hxx> #include <tools/solar.h> #include <o3tl/sorted_vector.hxx> #include <com/sun/star/ucb/XAnyCompareFactory.hpp> diff --git a/xmloff/source/text/XMLTextListBlockContext.cxx b/xmloff/source/text/XMLTextListBlockContext.cxx index 968b1f5fe7a0..0552d0197611 100644 --- a/xmloff/source/text/XMLTextListBlockContext.cxx +++ b/xmloff/source/text/XMLTextListBlockContext.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XIndexReplace.hpp> #include <com/sun/star/style/XStyle.hpp> diff --git a/xmloff/source/text/XMLTextMasterPageExport.cxx b/xmloff/source/text/XMLTextMasterPageExport.cxx index fa82c6ee667a..8d31899929e7 100644 --- a/xmloff/source/text/XMLTextMasterPageExport.cxx +++ b/xmloff/source/text/XMLTextMasterPageExport.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> #include <com/sun/star/text/XText.hpp> diff --git a/xmloff/source/text/XMLTextNumRuleInfo.cxx b/xmloff/source/text/XMLTextNumRuleInfo.cxx index 7ee74d63d218..15b3e4a24ebe 100644 --- a/xmloff/source/text/XMLTextNumRuleInfo.cxx +++ b/xmloff/source/text/XMLTextNumRuleInfo.cxx @@ -18,7 +18,6 @@ */ -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx index 2e451cd76bc2..d1397608e9fa 100644 --- a/xmloff/source/text/txtexppr.cxx +++ b/xmloff/source/text/txtexppr.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/awt/FontUnderline.hpp> #include <com/sun/star/text/XChapterNumberingSupplier.hpp> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <tools/color.hxx> #include <xmloff/txtprmap.hxx> #include <xmloff/xmlexp.hxx> diff --git a/xmloff/source/text/txtftne.cxx b/xmloff/source/text/txtftne.cxx index e504539ece06..fec952bafce1 100644 --- a/xmloff/source/text/txtftne.cxx +++ b/xmloff/source/text/txtftne.cxx @@ -30,7 +30,6 @@ #include <sal/config.h> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx index 0eab8b5937c6..1a50d599d83c 100644 --- a/xmloff/source/text/txtprhdl.cxx +++ b/xmloff/source/text/txtprhdl.cxx @@ -20,7 +20,6 @@ #include <sal/config.h> #include <o3tl/any.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <tools/fontenum.hxx> diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx index ab9bf8bc78fc..a031bfc1dad0 100644 --- a/xmloff/source/text/txtprmap.cxx +++ b/xmloff/source/text/txtprmap.cxx @@ -18,7 +18,6 @@ */ #include <xmloff/txtprmap.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <xmloff/xmlnmspe.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/xforms/SchemaRestrictionContext.cxx b/xmloff/source/xforms/SchemaRestrictionContext.cxx index 994c17480f12..5afd5e6b0b85 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.cxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.cxx @@ -38,7 +38,6 @@ #include <com/sun/star/xsd/DataTypeClass.hpp> #include <com/sun/star/xsd/WhiteSpaceTreatment.hpp> -#include <tools/debug.hxx> #include <osl/diagnose.h> diff --git a/xmloff/source/xforms/TokenContext.cxx b/xmloff/source/xforms/TokenContext.cxx index 315bccf5ccff..2b3fb58f1f11 100644 --- a/xmloff/source/xforms/TokenContext.cxx +++ b/xmloff/source/xforms/TokenContext.cxx @@ -25,7 +25,6 @@ #include <xmloff/nmspmap.hxx> #include <xmloff/xmlerror.hxx> -#include <tools/debug.hxx> #include <algorithm> using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/XFormsBindContext.cxx b/xmloff/source/xforms/XFormsBindContext.cxx index c19c9b5838a4..8a54e3ad9c41 100644 --- a/xmloff/source/xforms/XFormsBindContext.cxx +++ b/xmloff/source/xforms/XFormsBindContext.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/xforms/XModel2.hpp> -#include <tools/debug.hxx> #include <osl/diagnose.h> using com::sun::star::uno::Reference; diff --git a/xmloff/source/xforms/XFormsInstanceContext.cxx b/xmloff/source/xforms/XFormsInstanceContext.cxx index 77b5a4806632..62792c1926f6 100644 --- a/xmloff/source/xforms/XFormsInstanceContext.cxx +++ b/xmloff/source/xforms/XFormsInstanceContext.cxx @@ -28,7 +28,6 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/xml/dom/XDocument.hpp> #include <com/sun/star/xforms/XModel2.hpp> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <xmloff/xmlnmspe.hxx> diff --git a/xmloff/source/xforms/XFormsSubmissionContext.cxx b/xmloff/source/xforms/XFormsSubmissionContext.cxx index c335197004a6..d4d7eb228363 100644 --- a/xmloff/source/xforms/XFormsSubmissionContext.cxx +++ b/xmloff/source/xforms/XFormsSubmissionContext.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/xforms/XModel2.hpp> -#include <tools/debug.hxx> #include <osl/diagnose.h> using com::sun::star::xml::sax::XAttributeList; diff --git a/xmloff/source/xforms/xformsapi.cxx b/xmloff/source/xforms/xformsapi.cxx index e15c135f3cc0..515d80fa304a 100644 --- a/xmloff/source/xforms/xformsapi.cxx +++ b/xmloff/source/xforms/xformsapi.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/xsd/DataTypeClass.hpp> #include <comphelper/processfactory.hxx> -#include <tools/debug.hxx> #include <osl/diagnose.h> #include <xmloff/xmltoken.hxx> |