summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/classes/checkediterator.hxx2
-rw-r--r--framework/inc/classes/filtercachedata.hxx1
-rw-r--r--framework/inc/classes/framecontainer.hxx1
-rw-r--r--framework/inc/classes/menumanager.hxx1
-rw-r--r--framework/inc/classes/propertysethelper.hxx1
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx1
-rw-r--r--framework/inc/classes/taskcreator.hxx1
-rw-r--r--framework/inc/classes/wildcard.hxx2
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx1
-rw-r--r--framework/inc/dispatch/dispatchinformationprovider.hxx1
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx1
-rw-r--r--framework/inc/dispatch/interceptionhelper.hxx1
-rw-r--r--framework/inc/dispatch/mailtodispatcher.hxx1
-rw-r--r--framework/inc/dispatch/menudispatcher.hxx1
-rw-r--r--framework/inc/dispatch/oxt_handler.hxx1
-rw-r--r--framework/inc/dispatch/servicehandler.hxx1
-rw-r--r--framework/inc/dispatch/startmoduledispatcher.hxx1
-rw-r--r--framework/inc/dispatch/systemexec.hxx1
-rw-r--r--framework/inc/helper/dockingareadefaultacceptor.hxx1
-rw-r--r--framework/inc/helper/ocomponentaccess.hxx1
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx1
-rw-r--r--framework/inc/helper/oframes.hxx1
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx1
-rw-r--r--framework/inc/helper/statusindicator.hxx1
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx1
-rw-r--r--framework/inc/helper/tagwindowasmodified.hxx1
-rw-r--r--framework/inc/helper/titlebarupdate.hxx1
-rw-r--r--framework/inc/helper/wakeupthread.hxx1
-rw-r--r--framework/inc/jobs/configaccess.hxx1
-rw-r--r--framework/inc/jobs/job.hxx1
-rw-r--r--framework/inc/jobs/jobdata.hxx1
-rw-r--r--framework/inc/jobs/jobdispatch.hxx1
-rw-r--r--framework/inc/jobs/jobexecutor.hxx1
-rw-r--r--framework/inc/jobs/jobresult.hxx1
-rw-r--r--framework/inc/jobs/joburl.hxx1
-rw-r--r--framework/inc/macros/debug.hxx53
-rw-r--r--framework/inc/macros/debug/filterdbg.hxx114
-rw-r--r--framework/inc/macros/debug/plugin.hxx183
-rw-r--r--framework/inc/macros/registration.hxx1
-rw-r--r--framework/inc/recording/dispatchrecorder.hxx1
-rw-r--r--framework/inc/recording/dispatchrecordersupplier.hxx1
-rw-r--r--framework/inc/services/contenthandlerfactory.hxx1
-rw-r--r--framework/inc/services/desktop.hxx1
-rw-r--r--framework/inc/services/dispatchhelper.hxx1
-rw-r--r--framework/inc/services/frame.hxx1
-rw-r--r--framework/inc/services/logindialog.hxx1
-rw-r--r--framework/inc/services/mediatypedetectionhelper.hxx1
-rw-r--r--framework/inc/services/sessionlistener.hxx1
-rw-r--r--framework/inc/services/tabwindowservice.hxx1
-rw-r--r--framework/inc/services/urltransformer.hxx1
-rw-r--r--framework/inc/threadhelp/fairrwlock.hxx1
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx1
-rw-r--r--framework/inc/uielement/menubarmanager.hxx1
-rw-r--r--framework/inc/uielement/progressbarwrapper.hxx1
-rw-r--r--framework/source/dispatch/oxt_handler.cxx1
-rw-r--r--framework/source/fwe/xml/statusbardocumenthandler.cxx1
-rw-r--r--framework/source/fwe/xml/toolboxdocumenthandler.cxx1
-rw-r--r--framework/source/fwe/xml/toolboxlayoutdocumenthandler.cxx1
-rw-r--r--framework/source/fwi/threadhelp/lockhelper.cxx1
-rw-r--r--framework/source/fwi/threadhelp/transactionmanager.cxx1
-rw-r--r--framework/source/interaction/quietinteraction.cxx1
-rw-r--r--framework/source/services/license.cxx1
-rw-r--r--framework/source/services/urltransformer.cxx1
-rw-r--r--framework/source/xml/imagesdocumenthandler.cxx1
64 files changed, 0 insertions, 413 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx
index be73d210342f..241e1e77d044 100644
--- a/framework/inc/classes/checkediterator.hxx
+++ b/framework/inc/classes/checkediterator.hxx
@@ -20,8 +20,6 @@
#ifndef __FRAMEWORK_CLASSES_CHECKEDITERATOR_HXX_
#define __FRAMEWORK_CLASSES_CHECKEDITERATOR_HXX_
-#include <macros/debug.hxx>
-
#include <sal/types.h>
#include <iterator>
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 4d4ff21f8ac3..809cc00a5950 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -32,7 +32,6 @@
#include <classes/converter.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <macros/xinterface.hxx>
-#include <macros/debug.hxx>
#include <general.h>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx
index 2b1a5d7f1569..0fddd0f8945a 100644
--- a/framework/inc/classes/framecontainer.hxx
+++ b/framework/inc/classes/framecontainer.hxx
@@ -30,7 +30,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <threadhelp/transactionbase.hxx>
-#include <macros/debug.hxx>
#include <general.h>
#include <com/sun/star/frame/XFrame.hpp>
diff --git a/framework/inc/classes/menumanager.hxx b/framework/inc/classes/menumanager.hxx
index 532471a45811..f849c28b11f9 100644
--- a/framework/inc/classes/menumanager.hxx
+++ b/framework/inc/classes/menumanager.hxx
@@ -33,7 +33,6 @@
#include <vcl/accel.hxx>
#include <cppuhelper/implbase1.hxx>
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
namespace framework
{
diff --git a/framework/inc/classes/propertysethelper.hxx b/framework/inc/classes/propertysethelper.hxx
index 2bc41094e55f..72883565140a 100644
--- a/framework/inc/classes/propertysethelper.hxx
+++ b/framework/inc/classes/propertysethelper.hxx
@@ -22,7 +22,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <threadhelp/transactionbase.hxx>
-#include <macros/debug.hxx>
#include <general.h>
#include <stdtypes.h>
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index 109bddeb28bc..86227cc3f9cc 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -22,7 +22,6 @@
#include <general.h>
#include <stdtypes.h>
-#include <macros/debug.hxx>
#include <com/sun/star/util/URL.hpp>
diff --git a/framework/inc/classes/taskcreator.hxx b/framework/inc/classes/taskcreator.hxx
index 4a297f96d6cf..88496284b108 100644
--- a/framework/inc/classes/taskcreator.hxx
+++ b/framework/inc/classes/taskcreator.hxx
@@ -22,7 +22,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <general.h>
#include <com/sun/star/frame/XFramesSupplier.hpp>
diff --git a/framework/inc/classes/wildcard.hxx b/framework/inc/classes/wildcard.hxx
index 24cd0782cc50..028aff44ce5d 100644
--- a/framework/inc/classes/wildcard.hxx
+++ b/framework/inc/classes/wildcard.hxx
@@ -20,8 +20,6 @@
#ifndef __FRAMEWORK_CLASSES_WILDCARD_HXX_
#define __FRAMEWORK_CLASSES_WILDCARD_HXX_
-#include <macros/debug.hxx>
-
#include <rtl/ustring.hxx>
namespace framework{
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index af21194e2cd7..7bb3ac4a6d09 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -23,7 +23,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include <stdtypes.h>
#include <general.h>
diff --git a/framework/inc/dispatch/dispatchinformationprovider.hxx b/framework/inc/dispatch/dispatchinformationprovider.hxx
index fe7a2e50f752..dd1741806ebc 100644
--- a/framework/inc/dispatch/dispatchinformationprovider.hxx
+++ b/framework/inc/dispatch/dispatchinformationprovider.hxx
@@ -22,7 +22,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <general.h>
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index 3a904a9c4345..fb2a17ae3173 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -28,7 +28,6 @@
#include <threadhelp/transactionbase.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include <stdtypes.h>
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx
index 38a83f9ff08e..d8ed89023c6d 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -24,7 +24,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <macros/xinterface.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <general.h>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
diff --git a/framework/inc/dispatch/mailtodispatcher.hxx b/framework/inc/dispatch/mailtodispatcher.hxx
index 0a0bf8964a74..023bee71d5be 100644
--- a/framework/inc/dispatch/mailtodispatcher.hxx
+++ b/framework/inc/dispatch/mailtodispatcher.hxx
@@ -24,7 +24,6 @@
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
-#include <macros/debug.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <general.h>
#include <stdtypes.h>
diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx
index b8fbc9ba4944..39cce8372a2c 100644
--- a/framework/inc/dispatch/menudispatcher.hxx
+++ b/framework/inc/dispatch/menudispatcher.hxx
@@ -25,7 +25,6 @@
#include <macros/generic.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <classes/menumanager.hxx>
#include <general.h>
diff --git a/framework/inc/dispatch/oxt_handler.hxx b/framework/inc/dispatch/oxt_handler.hxx
index 295f88aa9861..3b1482277205 100644
--- a/framework/inc/dispatch/oxt_handler.hxx
+++ b/framework/inc/dispatch/oxt_handler.hxx
@@ -25,7 +25,6 @@
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include <general.h>
#include <stdtypes.h>
diff --git a/framework/inc/dispatch/servicehandler.hxx b/framework/inc/dispatch/servicehandler.hxx
index 10e8d279a40f..a3d939595f8d 100644
--- a/framework/inc/dispatch/servicehandler.hxx
+++ b/framework/inc/dispatch/servicehandler.hxx
@@ -24,7 +24,6 @@
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
-#include <macros/debug.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <general.h>
#include <stdtypes.h>
diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx
index b4f0cd144539..d54887ed7900 100644
--- a/framework/inc/dispatch/startmoduledispatcher.hxx
+++ b/framework/inc/dispatch/startmoduledispatcher.hxx
@@ -23,7 +23,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include <stdtypes.h>
#include <general.h>
diff --git a/framework/inc/dispatch/systemexec.hxx b/framework/inc/dispatch/systemexec.hxx
index 0f222664d2d2..445ecf287cc5 100644
--- a/framework/inc/dispatch/systemexec.hxx
+++ b/framework/inc/dispatch/systemexec.hxx
@@ -24,7 +24,6 @@
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
-#include <macros/debug.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <general.h>
#include <stdtypes.h>
diff --git a/framework/inc/helper/dockingareadefaultacceptor.hxx b/framework/inc/helper/dockingareadefaultacceptor.hxx
index 0fba699a3a1e..951e2b0824ca 100644
--- a/framework/inc/helper/dockingareadefaultacceptor.hxx
+++ b/framework/inc/helper/dockingareadefaultacceptor.hxx
@@ -25,7 +25,6 @@
#include <macros/generic.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <com/sun/star/ui/XDockingAreaAcceptor.hpp>
#include <com/sun/star/frame/XFrame.hpp>
diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx
index ee3dbd8a891f..696fd22ed16f 100644
--- a/framework/inc/helper/ocomponentaccess.hxx
+++ b/framework/inc/helper/ocomponentaccess.hxx
@@ -24,7 +24,6 @@
#include <macros/generic.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <general.h>
#include <com/sun/star/frame/XFramesSupplier.hpp>
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index 128468927e9c..e3acf507d094 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -24,7 +24,6 @@
#include <macros/generic.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <general.h>
#include <com/sun/star/lang/XEventListener.hpp>
diff --git a/framework/inc/helper/oframes.hxx b/framework/inc/helper/oframes.hxx
index 537a793d1e67..acc318b732a4 100644
--- a/framework/inc/helper/oframes.hxx
+++ b/framework/inc/helper/oframes.hxx
@@ -25,7 +25,6 @@
#include <macros/generic.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <general.h>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index fe8c76eff4b8..e00d7528e7df 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -21,7 +21,6 @@
#define __FRAMEWORK_HELPER_PERSISTENTWINDOWSTATE_HXX_
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <general.h>
diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx
index 4ba6c396d31a..e014edd1cfb5 100644
--- a/framework/inc/helper/statusindicator.hxx
+++ b/framework/inc/helper/statusindicator.hxx
@@ -27,7 +27,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
//_______________________________________________
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 4a14365c0a67..67e3a310b8d8 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -31,7 +31,6 @@
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include <general.h>
diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx
index c998137416d1..72d02b7ac88e 100644
--- a/framework/inc/helper/tagwindowasmodified.hxx
+++ b/framework/inc/helper/tagwindowasmodified.hxx
@@ -21,7 +21,6 @@
#define __FRAMEWORK_HELPER_TAGWINDOWASMODIFIED_HXX_
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <general.h>
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx
index de3cb8b2cf63..0a7eadfea62b 100644
--- a/framework/inc/helper/titlebarupdate.hxx
+++ b/framework/inc/helper/titlebarupdate.hxx
@@ -21,7 +21,6 @@
#define __FRAMEWORK_HELPER_TITLEBARUPDATE_HXX_
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <general.h>
diff --git a/framework/inc/helper/wakeupthread.hxx b/framework/inc/helper/wakeupthread.hxx
index 054108201294..29d0fa7d5014 100644
--- a/framework/inc/helper/wakeupthread.hxx
+++ b/framework/inc/helper/wakeupthread.hxx
@@ -24,7 +24,6 @@
// include files of own module
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include <general.h>
diff --git a/framework/inc/jobs/configaccess.hxx b/framework/inc/jobs/configaccess.hxx
index f4bced46bf43..90ed3222055c 100644
--- a/framework/inc/jobs/configaccess.hxx
+++ b/framework/inc/jobs/configaccess.hxx
@@ -21,7 +21,6 @@
#define __FRAMEWORK_CONFIG_CONFIGACCESS_HXX_
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <general.h>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx
index e33aee621cce..199482e14847 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -23,7 +23,6 @@
#include <jobs/jobresult.hxx>
#include <jobs/jobdata.hxx>
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <stdtypes.h>
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index 629970768922..2d7394da0318 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -23,7 +23,6 @@
#include <jobs/configaccess.hxx>
#include <jobs/jobresult.hxx>
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <stdtypes.h>
#include <general.h>
diff --git a/framework/inc/jobs/jobdispatch.hxx b/framework/inc/jobs/jobdispatch.hxx
index abe93cb209c6..90136d0af75d 100644
--- a/framework/inc/jobs/jobdispatch.hxx
+++ b/framework/inc/jobs/jobdispatch.hxx
@@ -25,7 +25,6 @@
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
-#include <macros/debug.hxx>
#include <stdtypes.h>
#include <general.h>
diff --git a/framework/inc/jobs/jobexecutor.hxx b/framework/inc/jobs/jobexecutor.hxx
index b4984fb230f7..7e072dcbc2a6 100644
--- a/framework/inc/jobs/jobexecutor.hxx
+++ b/framework/inc/jobs/jobexecutor.hxx
@@ -25,7 +25,6 @@
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
-#include <macros/debug.hxx>
#include <stdtypes.h>
#include <general.h>
diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx
index ee122f1ff2f2..a8da02289747 100644
--- a/framework/inc/jobs/jobresult.hxx
+++ b/framework/inc/jobs/jobresult.hxx
@@ -21,7 +21,6 @@
#define __FRAMEWORK_JOBS_JOBRESULT_HXX_
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <stdtypes.h>
#include <general.h>
diff --git a/framework/inc/jobs/joburl.hxx b/framework/inc/jobs/joburl.hxx
index cfc91589c4dc..4faf21b7fff9 100644
--- a/framework/inc/jobs/joburl.hxx
+++ b/framework/inc/jobs/joburl.hxx
@@ -21,7 +21,6 @@
#define __FRAMEWORK_JOBS_JOBURL_HXX_
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <stdtypes.h>
#include <general.h>
diff --git a/framework/inc/macros/debug.hxx b/framework/inc/macros/debug.hxx
deleted file mode 100644
index f4567187adcc..000000000000
--- a/framework/inc/macros/debug.hxx
+++ /dev/null
@@ -1,53 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __FRAMEWORK_MACROS_DEBUG_HXX_
-#define __FRAMEWORK_MACROS_DEBUG_HXX_
-
-//*****************************************************************************************************************
-// Disable all feature of this file in produkt version!
-// But enable normal assertion handling (as messagebox) in normal debug version.
-// User can overwrite these adjustment with his own values! We will do it only if nothing is set.
-//*****************************************************************************************************************
-
-//-----------------------------------------------------------------------------------------------------------------
-// => "personal debug code"
-#if OSL_DEBUG_LEVEL > 1
-
-//-----------------------------------------------------------------------------------------------------------------
-// => "non product"
-// NOTE
-#elif OSL_DEBUG_LEVEL > 0
-
-//-----------------------------------------------------------------------------------------------------------------
-// => "product" (OSL_DEBUG_LEVEL == 0)
-#else
-
- #undef ENABLE_FILTERDBG
-
-#endif
-
-//*****************************************************************************************************************
-// special macros to debug our filter cache!
-//*****************************************************************************************************************
-#include <macros/debug/filterdbg.hxx>
-
-#endif // #ifndef __FRAMEWORK_MACROS_DEBUG_HXX_
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/inc/macros/debug/filterdbg.hxx b/framework/inc/macros/debug/filterdbg.hxx
deleted file mode 100644
index 064cefca1ace..000000000000
--- a/framework/inc/macros/debug/filterdbg.hxx
+++ /dev/null
@@ -1,114 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __FRAMEWORK_MACROS_DEBUG_FILTERDBG_HXX_
-#define __FRAMEWORK_MACROS_DEBUG_FILTERDBG_HXX_
-
-//*************************************************************************************************************
-// special macros for time measures
-// 1) LOGFILE_FILTERDBG used it to define log file for this operations (default will be set automaticly)
-// 4) LOG_FILTERDBG write debug info to log file
-//*************************************************************************************************************
-
-#ifdef ENABLE_FILTERDBG
-
- #include <rtl/strbuf.hxx>
-
- /*_____________________________________________________________________________________________________________
- LOGFILE_FILTERDBG
-
- For follow macros we need a special log file. If user forget to specify anyone, we must do it for him!
- _____________________________________________________________________________________________________________*/
-
- #ifndef LOGFILE_FILTERDBG
- #define LOGFILE_FILTERDBG "filterdbg.log"
- #endif
-
- /*_____________________________________________________________________________________________________________
- LOG_FILTERDBG( SOPERATION, SMESSAGE )
-
- Write special debug info to the log file.
- _____________________________________________________________________________________________________________*/
-
- #define LOG_FILTERDBG( SOPERATION, SMESSAGE ) \
- { \
- OStringBuffer _sBuffer( 256 ); \
- _sBuffer.append( SOPERATION ); \
- _sBuffer.append( "\t" ); \
- _sBuffer.append( SMESSAGE ); \
- _sBuffer.append( "\n" ); \
- WRITE_LOGFILE( LOGFILE_FILTERDBG, _sBuffer.makeStringAndClear().getStr() ) \
- }
-
- /*_____________________________________________________________________________________________________________
- LOG_FILTERDBG_1_PARAM( SOPERATION, SPARAM, SMESSAGE )
-
- Write special debug info into the log file and mark SNAME as special parameter before SMESSAGE is printed.
- _____________________________________________________________________________________________________________*/
-
- #define LOG_FILTERDBG_1_PARAM( SOPERATION, SPARAM, SMESSAGE ) \
- { \
- OStringBuffer _sBuffer( 256 ); \
- _sBuffer.append( SOPERATION ); \
- _sBuffer.append( "\t\"" ); \
- _sBuffer.append( SPARAM ); \
- _sBuffer.append( "\" " ); \
- _sBuffer.append( SMESSAGE ); \
- _sBuffer.append( "\n" ); \
- WRITE_LOGFILE( LOGFILE_FILTERDBG, _sBuffer.makeStringAndClear().getStr() ) \
- }
-
- /*_____________________________________________________________________________________________________________
- LOG_COND_FILTERDBG( CONDITION, SOPERATION, SMESSAGE )
-
- Write special debug info to the log file, if given condition returns true.
- _____________________________________________________________________________________________________________*/
-
- #define LOG_COND_FILTERDBG( CONDITION, SOPERATION, SMESSAGE ) \
- if (CONDITION) \
- LOG_FILTERDBG( SOPERATION, SMESSAGE )
-
- /*_____________________________________________________________________________________________________________
- LOG_COND_FILTERDBG_1_PARAM( CONDITION, SOPERATION, SPARAM, SMESSAGE )
-
- Write special debug info into the log file and mark SNAME as special parameter before SMESSAGE is printed.
- But it will be done only, if CONDITION returns true.
- _____________________________________________________________________________________________________________*/
-
- #define LOG_COND_FILTERDBG_1_PARAM( CONDITION, SOPERATION, SPARAM, SMESSAGE ) \
- if (CONDITION) \
- LOG_FILTERDBG_1_PARAM( SOPERATION, SPARAM, SMESSAGE )
-
-#else // #ifdef ENABLE_FILTERDBG
-
- /*_____________________________________________________________________________________________________________
- If right testmode is'nt set - implements these macros empty!
- _____________________________________________________________________________________________________________*/
-
- #undef LOGFILE_FILTERDBG
- #define LOG_FILTERDBG( SOPERATION, SMESSAGE )
- #define LOG_COND_FILTERDBG( CONDITION, SOPERATION, SMESSAGE )
- #define LOG_FILTERDBG_1_PARAM( SOPERATION, SPARAM, SMESSAGE )
- #define LOG_COND_FILTERDBG_1_PARAM( CONDITION, SOPERATION, SPARAM, SMESSAGE )
-
-#endif // #ifdef ENABLE_FILTERDBG
-
-#endif // #ifndef __FRAMEWORK_MACROS_DEBUG_FILTERDBG_HXX_
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/inc/macros/debug/plugin.hxx b/framework/inc/macros/debug/plugin.hxx
deleted file mode 100644
index 250d92d56bcb..000000000000
--- a/framework/inc/macros/debug/plugin.hxx
+++ /dev/null
@@ -1,183 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#ifndef __FRAMEWORK_MACROS_DEBUG_PLUGIN_HXX_
-#define __FRAMEWORK_MACROS_DEBUG_PLUGIN_HXX_
-
-//*****************************************************************************************************************
-// special macros to debug asynchronous methods of plugin frame
-//*****************************************************************************************************************
-
-#ifdef ENABLE_PLUGINDEBUG
-
- #include <rtl/strbuf.hxx>
- #include <rtl/string.hxx>
-
- /*_____________________________________________________________________________________________________________
- LOGFILE_PLUGIN
-
- For follow macros we need a special log file. If user forget to specify anyone, we must do it for him!
- _____________________________________________________________________________________________________________*/
-
- #ifndef LOGFILE_PLUGIN
- #define LOGFILE_PLUGIN \
- "plugin.log"
- #endif
-
- /*_____________________________________________________________________________________________________________
- LOG_URLSEND( SFRAMENAME, SSENDMODE, SINTERNALURL, SEXTERNALURL )
-
- Our plugin forward special url's to plugin dll, browser and webserver.
- We convert internal url's to an external notation.
- With this macro you can log some parameter of this operation.
- _____________________________________________________________________________________________________________*/
-
- #define LOG_URLSEND( SFRAMENAME, SSENDMODE, SINTERNALURL, SEXTERNALURL ) \
- /* Use new scope to declare local private variables! */ \
- { \
- OStringBuffer sBuffer(1024); \
- sBuffer.append( "PlugInFrame [ \"" ); \
- sBuffer.append( SFRAMENAME ); \
- sBuffer.append( "\" ] send " ); \
- sBuffer.append( SSENDMODE ); \
- sBuffer.append( "( internalURL=\"" ); \
- sBuffer.append( U2B( SINTERNALURL ) ); \
- sBuffer.append( "\", externalURL=\""); \
- sBuffer.append( U2B( SEXTERNALURL ) ); \
- sBuffer.append( "\" ) to browser.\n"); \
- WRITE_LOGFILE( LOGFILE_PLUGIN, sBuffer.makeStringAndClear() ) \
- }
-
- /*_____________________________________________________________________________________________________________
- LOG_URLRECEIVE( SFRAMENAME, SRECEIVEMODE, SEXTERNALURL, SINTERNALURL )
-
- A plugin frame can get a url request in two different modes.
- 1) newURL()
- 2) newStream()
- We convert external url's to an internal notation.
- With this macro you can log some parameter of this operations.
- _____________________________________________________________________________________________________________*/
-
- #define LOG_URLRECEIVE( SFRAMENAME, SRECEIVEMODE, SEXTERNALURL, SINTERNALURL ) \
- /* Use new scope to declare local private variables! */ \
- { \
- OStringBuffer sBuffer(1024); \
- sBuffer.append( "PlugInFrame [ \"" ); \
- sBuffer.append( U2B( SFRAMENAME ) ); \
- sBuffer.append( "\" ] receive " ); \
- sBuffer.append( SRECEIVEMODE ); \
- sBuffer.append( "( externalURL=\"" ); \
- sBuffer.append( U2B( SEXTERNALURL ) ); \
- sBuffer.append( "\", internalURL=\"" ); \
- sBuffer.append( U2B( SINTERNALURL ) ); \
- sBuffer.append( "\" ) from browser.\n" ); \
- WRITE_LOGFILE( LOGFILE_PLUGIN, sBuffer.makeStringAndClear() ) \
- }
-
- /*_____________________________________________________________________________________________________________
- LOG_PARAMETER_NEWURL( SFRAMENAME, SMIMETYPE, SURL, AANY )
-
- Log information about parameter of a newURL() at a plugin frame.
- _____________________________________________________________________________________________________________*/
-
- #define LOG_PARAMETER_NEWURL( SFRAMENAME, SMIMETYPE, SURL, sFILTER, AANY ) \
- /* Use new scope to declare local private variables! */ \
- { \
- OStringBuffer sBuffer(1024); \
- sBuffer.append( "PlugInFrame [ \"" ); \
- sBuffer.append( U2B( SFRAMENAME ) ); \
- sBuffer.append( "\" ] called with newURL( \"" ); \
- sBuffer.append( U2B( SMIMETYPE ) ); \
- sBuffer.append( "\", \"" ); \
- sBuffer.append( U2B( SURL ) ); \
- sBuffer.append( "\", \"" ); \
- sBuffer.append( U2B( SFILTER ) ); \
- sBuffer.append( "\", " ); \
- if( AANY.hasValue() == sal_True ) \
- { \
- sBuffer.append( "filled Any )" ); \
- } \
- else \
- { \
- sBuffer.append( "empty Any )" ); \
- } \
- sBuffer.append( "\n" ); \
- WRITE_LOGFILE( LOGFILE_PLUGIN, sBuffer.makeStringAndClear() ) \
- }
-
- /*_____________________________________________________________________________________________________________
- LOG_PARAMETER_NEWSTREAM( SFRAMENAME, SMIMETYPE, SURL, ASTREAM, AANY )
-
- Log information about parameter of a newStream() at a plugin frame.
- _____________________________________________________________________________________________________________*/
-
- #define LOG_PARAMETER_NEWSTREAM( SFRAMENAME, SMIMETYPE, SURL, SFILTER, XSTREAM, AANY ) \
- /* Use new scope to declare local private variables! */ \
- { \
- OStringBuffer sBuffer(1024); \
- sBuffer.append( "PlugInFrame [ \"" ); \
- sBuffer.append( U2B( SFRAMENAME ) ); \
- sBuffer.append( "\" ] called with newStream( \""); \
- sBuffer.append( U2B( SMIMETYPE ) ); \
- sBuffer.append( "\", \"" ); \
- sBuffer.append( U2B( SURL ) ); \
- sBuffer.append( "\", \"" ); \
- sBuffer.append( U2B( SFILTER ) ); \
- sBuffer.append( "\", " ); \
- if( XSTREAM.is() == sal_True ) \
- { \
- sal_Int32 nBytes = XSTREAM->available(); \
- OString sInfo("Stream with "); \
- sInfo += OString::number(nBytes); \
- sInfo += " Bytes, "; \
- sBuffer.append( sInfo ); \
- } \
- else \
- { \
- sBuffer.append( "empty Stream, " ); \
- } \
- if( AANY.hasValue() == sal_True ) \
- { \
- sBuffer.append( "filled Any )" ); \
- } \
- else \
- { \
- sBuffer.append( "empty Any )" ); \
- } \
- sBuffer.append( "\n" ); \
- WRITE_LOGFILE( LOGFILE_PLUGIN, sBuffer.makeStringAndClear() ) \
- }
-
-#else // #ifdef ENABLE_PLUGINDEBUG
-
- /*_____________________________________________________________________________________________________________
- If right testmode is'nt set - implements these macro empty!
- _____________________________________________________________________________________________________________*/
-
- #undef LOGFILE_PLUGIN
- #define LOG_URLSEND( SFRAMENAME, SSENDMODE, SINTERNALURL, SEXTERNALURL )
- #define LOG_URLRECEIVE( SFRAMENAME, SRECEIVEMODE, SEXTERNALURL, SINTERNALURL )
- #define LOG_PARAMETER_NEWURL( SFRAMENAME, SMIMETYPE, SURL, SFILTER, AANY )
- #define LOG_PARAMETER_NEWSTREAM( SFRAMENAME, SMIMETYPE, SURL, SFILTER, XSTREAM, AANY )
-
-#endif // #ifdef ENABLE_PLUGINDEBUG
-
-#endif // #ifndef __FRAMEWORK_MACROS_DEBUG_PLUGIN_HXX_
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/framework/inc/macros/registration.hxx b/framework/inc/macros/registration.hxx
index 78b1f24c9364..5ebf00d8bd34 100644
--- a/framework/inc/macros/registration.hxx
+++ b/framework/inc/macros/registration.hxx
@@ -20,7 +20,6 @@
#ifndef __FRAMEWORK_MACROS_REGISTRATION_HXX_
#define __FRAMEWORK_MACROS_REGISTRATION_HXX_
-#include <macros/debug.hxx>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
diff --git a/framework/inc/recording/dispatchrecorder.hxx b/framework/inc/recording/dispatchrecorder.hxx
index 60a3789ecbc7..cfc65001ca51 100644
--- a/framework/inc/recording/dispatchrecorder.hxx
+++ b/framework/inc/recording/dispatchrecorder.hxx
@@ -29,7 +29,6 @@
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include <general.h>
#include <rtl/ustring.hxx>
diff --git a/framework/inc/recording/dispatchrecordersupplier.hxx b/framework/inc/recording/dispatchrecordersupplier.hxx
index ea4796806c8a..408f993f75a4 100644
--- a/framework/inc/recording/dispatchrecordersupplier.hxx
+++ b/framework/inc/recording/dispatchrecordersupplier.hxx
@@ -24,7 +24,6 @@
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include <general.h>
#include <stdtypes.h>
diff --git a/framework/inc/services/contenthandlerfactory.hxx b/framework/inc/services/contenthandlerfactory.hxx
index 3c71f849707b..6f23f78fdbec 100644
--- a/framework/inc/services/contenthandlerfactory.hxx
+++ b/framework/inc/services/contenthandlerfactory.hxx
@@ -22,7 +22,6 @@
#include <classes/filtercache.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index a912be74766c..a8166cf8fb57 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -24,7 +24,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <helper/oframes.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
diff --git a/framework/inc/services/dispatchhelper.hxx b/framework/inc/services/dispatchhelper.hxx
index 4c0e47bf7d17..83fc396165a5 100644
--- a/framework/inc/services/dispatchhelper.hxx
+++ b/framework/inc/services/dispatchhelper.hxx
@@ -22,7 +22,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
diff --git a/framework/inc/services/frame.hxx b/framework/inc/services/frame.hxx
index fb51a984a785..9ada54393013 100644
--- a/framework/inc/services/frame.hxx
+++ b/framework/inc/services/frame.hxx
@@ -29,7 +29,6 @@
#include <threadhelp/transactionbase.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
diff --git a/framework/inc/services/logindialog.hxx b/framework/inc/services/logindialog.hxx
index 3c3889556f82..c2afef58ad7b 100644
--- a/framework/inc/services/logindialog.hxx
+++ b/framework/inc/services/logindialog.hxx
@@ -22,7 +22,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
diff --git a/framework/inc/services/mediatypedetectionhelper.hxx b/framework/inc/services/mediatypedetectionhelper.hxx
index 67656f52a9b8..42e13ab2a820 100644
--- a/framework/inc/services/mediatypedetectionhelper.hxx
+++ b/framework/inc/services/mediatypedetectionhelper.hxx
@@ -21,7 +21,6 @@
#define __FRAMEWORK_SERVICES_MEDIATYPEDETECTIONHELPER_HXX_
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
diff --git a/framework/inc/services/sessionlistener.hxx b/framework/inc/services/sessionlistener.hxx
index 3a15b31b834a..a41d6be3fcda 100644
--- a/framework/inc/services/sessionlistener.hxx
+++ b/framework/inc/services/sessionlistener.hxx
@@ -23,7 +23,6 @@
#include <classes/filtercache.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
diff --git a/framework/inc/services/tabwindowservice.hxx b/framework/inc/services/tabwindowservice.hxx
index b7ab2d0e5dcd..c588c36f908c 100644
--- a/framework/inc/services/tabwindowservice.hxx
+++ b/framework/inc/services/tabwindowservice.hxx
@@ -29,7 +29,6 @@
#include <classes/propertysethelper.hxx>
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
diff --git a/framework/inc/services/urltransformer.hxx b/framework/inc/services/urltransformer.hxx
index 29d1c79b8b97..028075178c1b 100644
--- a/framework/inc/services/urltransformer.hxx
+++ b/framework/inc/services/urltransformer.hxx
@@ -22,7 +22,6 @@
#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
#include <macros/xserviceinfo.hxx>
diff --git a/framework/inc/threadhelp/fairrwlock.hxx b/framework/inc/threadhelp/fairrwlock.hxx
index 4e4e5d79a31c..cfc5a2efbd8b 100644
--- a/framework/inc/threadhelp/fairrwlock.hxx
+++ b/framework/inc/threadhelp/fairrwlock.hxx
@@ -22,7 +22,6 @@
#include <threadhelp/inoncopyable.h>
#include <threadhelp/irwlock.h>
-#include <macros/debug.hxx>
#include <com/sun/star/uno/XInterface.hpp>
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index 661d61b9dfbf..4c3b609782a2 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -23,7 +23,6 @@
#include <threadhelp/inoncopyable.h>
#include <threadhelp/itransactionmanager.h>
#include <threadhelp/gate.hxx>
-#include <macros/debug.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/XInterface.hpp>
diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx
index 50a112b32396..255e752546fd 100644
--- a/framework/inc/uielement/menubarmanager.hxx
+++ b/framework/inc/uielement/menubarmanager.hxx
@@ -26,7 +26,6 @@
#include <vector>
#include <threadhelp/threadhelpbase.hxx>
-#include <macros/debug.hxx>
#include <stdtypes.h>
#include <com/sun/star/frame/XFrame.hpp>
diff --git a/framework/inc/uielement/progressbarwrapper.hxx b/framework/inc/uielement/progressbarwrapper.hxx
index 39179ee582c9..bc16aeecd946 100644
--- a/framework/inc/uielement/progressbarwrapper.hxx
+++ b/framework/inc/uielement/progressbarwrapper.hxx
@@ -25,7 +25,6 @@
#include <macros/generic.hxx>
#include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx>
-#include <macros/debug.hxx>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/awt/XWindow.hpp>
diff --git a/framework/source/dispatch/oxt_handler.cxx b/framework/source/dispatch/oxt_handler.cxx
index 7efea865ac75..3094316a7c57 100644
--- a/framework/source/dispatch/oxt_handler.cxx
+++ b/framework/source/dispatch/oxt_handler.cxx
@@ -21,7 +21,6 @@
#include <threadhelp/transactionguard.hxx>
#include <threadhelp/writeguard.hxx>
#include <threadhelp/readguard.hxx>
-#include <macros/debug.hxx>
#include <services.h>
#include <comphelper/mediadescriptor.hxx>
diff --git a/framework/source/fwe/xml/statusbardocumenthandler.cxx b/framework/source/fwe/xml/statusbardocumenthandler.cxx
index 378c7c6fbb57..c2a63736c8a1 100644
--- a/framework/source/fwe/xml/statusbardocumenthandler.cxx
+++ b/framework/source/fwe/xml/statusbardocumenthandler.cxx
@@ -22,7 +22,6 @@
#include <threadhelp/resetableguard.hxx>
#include <xml/statusbardocumenthandler.hxx>
-#include <macros/debug.hxx>
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
#include <com/sun/star/ui/ItemStyle.hpp>
diff --git a/framework/source/fwe/xml/toolboxdocumenthandler.cxx b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
index c43538068f30..68cca5dd72e4 100644
--- a/framework/source/fwe/xml/toolboxdocumenthandler.cxx
+++ b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
@@ -22,7 +22,6 @@
#include <threadhelp/resetableguard.hxx>
#include <xml/toolboxdocumenthandler.hxx>
-#include <macros/debug.hxx>
#include <xml/toolboxconfigurationdefines.hxx>
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
diff --git a/framework/source/fwe/xml/toolboxlayoutdocumenthandler.cxx b/framework/source/fwe/xml/toolboxlayoutdocumenthandler.cxx
index 3e04ede17ef6..399e5893b444 100644
--- a/framework/source/fwe/xml/toolboxlayoutdocumenthandler.cxx
+++ b/framework/source/fwe/xml/toolboxlayoutdocumenthandler.cxx
@@ -22,7 +22,6 @@
#include <threadhelp/resetableguard.hxx>
#include <xml/toolboxlayoutdocumenthandler.hxx>
-#include <macros/debug.hxx>
#include <xml/toolboxconfigurationdefines.hxx>
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
diff --git a/framework/source/fwi/threadhelp/lockhelper.cxx b/framework/source/fwi/threadhelp/lockhelper.cxx
index 14f3bfee9d3c..3eb4f8bc7305 100644
--- a/framework/source/fwi/threadhelp/lockhelper.cxx
+++ b/framework/source/fwi/threadhelp/lockhelper.cxx
@@ -19,7 +19,6 @@
#include <threadhelp/lockhelper.hxx>
#include <general.h>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include "vcl/solarmutex.hxx"
diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx b/framework/source/fwi/threadhelp/transactionmanager.cxx
index 95297f5526d7..b5458227a87e 100644
--- a/framework/source/fwi/threadhelp/transactionmanager.cxx
+++ b/framework/source/fwi/threadhelp/transactionmanager.cxx
@@ -19,7 +19,6 @@
#include <threadhelp/transactionmanager.hxx>
#include <threadhelp/resetableguard.hxx>
-#include <macros/debug.hxx>
#include <macros/generic.hxx>
#include <fwidllapi.h>
diff --git a/framework/source/interaction/quietinteraction.cxx b/framework/source/interaction/quietinteraction.cxx
index c3dfcc57713d..5ee17200f6de 100644
--- a/framework/source/interaction/quietinteraction.cxx
+++ b/framework/source/interaction/quietinteraction.cxx
@@ -22,7 +22,6 @@
#include <threadhelp/readguard.hxx>
#include <threadhelp/writeguard.hxx>
#include <macros/generic.hxx>
-#include <macros/debug.hxx>
#include <com/sun/star/task/XInteractionAbort.hpp>
#include <com/sun/star/task/XInteractionApprove.hpp>
diff --git a/framework/source/services/license.cxx b/framework/source/services/license.cxx
index 86b2defa9226..3b9cdb6f5704 100644
--- a/framework/source/services/license.cxx
+++ b/framework/source/services/license.cxx
@@ -21,7 +21,6 @@
#include <services/license.hxx>
#include <threadhelp/resetableguard.hxx>
-#include <macros/debug.hxx>
#include <services.h>
// local header for UI implementation
diff --git a/framework/source/services/urltransformer.cxx b/framework/source/services/urltransformer.cxx
index be492c5ceb2e..53ff35d761f9 100644
--- a/framework/source/services/urltransformer.cxx
+++ b/framework/source/services/urltransformer.cxx
@@ -19,7 +19,6 @@
#include <services/urltransformer.hxx>
#include <threadhelp/resetableguard.hxx>
-#include <macros/debug.hxx>
#include <services.h>
#include <tools/urlobj.hxx>
diff --git a/framework/source/xml/imagesdocumenthandler.cxx b/framework/source/xml/imagesdocumenthandler.cxx
index b34be307cbb0..58c33bd118b8 100644
--- a/framework/source/xml/imagesdocumenthandler.cxx
+++ b/framework/source/xml/imagesdocumenthandler.cxx
@@ -22,7 +22,6 @@
#include <threadhelp/resetableguard.hxx>
#include <xml/imagesdocumenthandler.hxx>
-#include <macros/debug.hxx>
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>