diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-08-22 12:59:03 -0300 |
---|---|---|
committer | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-08-22 16:33:18 -0500 |
commit | 7e2b9fa2132346787bec09c7d590def9a65b9a7f (patch) | |
tree | a565b23c227c7e9958c740f9fd04096bde8b4500 /sd | |
parent | 7afacb97a7f8a6f98daba0f5c8dfcd4035218ce4 (diff) |
Remove some useless tools/debug.hxx includes
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
header was necessary in some cases because of a macro or a typedef that was needed.
Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
Reviewed-on: https://gerrit.libreoffice.org/11075
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/TransitionPreset.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/TemplateScanner.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/filedlg.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/core/TransitionPreset.cxx b/sd/source/core/TransitionPreset.cxx index 06662b9dea4a..25edfd618070 100644 --- a/sd/source/core/TransitionPreset.cxx +++ b/sd/source/core/TransitionPreset.cxx @@ -35,7 +35,6 @@ #include <rtl/uri.hxx> #include <rtl/instance.hxx> -#include <tools/debug.hxx> #include <CustomAnimationPreset.hxx> #include <TransitionPreset.hxx> diff --git a/sd/source/ui/dlg/TemplateScanner.cxx b/sd/source/ui/dlg/TemplateScanner.cxx index 75c6245d0f85..e376c5db6758 100644 --- a/sd/source/ui/dlg/TemplateScanner.cxx +++ b/sd/source/ui/dlg/TemplateScanner.cxx @@ -23,7 +23,6 @@ #include <comphelper/documentconstants.hxx> #include <comphelper/string.hxx> -#include <tools/debug.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx index 3e5ef63030c5..725f89033754 100644 --- a/sd/source/ui/dlg/filedlg.cxx +++ b/sd/source/ui/dlg/filedlg.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/debug.hxx> #include <cppuhelper/implbase1.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XInitialization.hpp> diff --git a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx index 86a869ef7140..fbe1ed0c13c3 100644 --- a/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.cxx @@ -20,7 +20,6 @@ #include "ConfigurationControllerBroadcaster.hxx" #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/lang/DisposedException.hpp> -#include <tools/debug.hxx> #include <tools/diagnose_ex.h> using namespace ::com::sun::star; |