diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:23:03 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:51 +0100 |
commit | d59211357a4ae75365f23479ac2e1cd2376a5dab (patch) | |
tree | f6b5451b2a05ddd9402a2e6019f5bf1d798371a0 /reportdesign | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/core/api/ReportComponent.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/inspection/metadata.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/misc/FunctionHelper.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/source/core/api/ReportComponent.cxx b/reportdesign/source/core/api/ReportComponent.cxx index 6854cec6e635..38b80c859b12 100644 --- a/reportdesign/source/core/api/ReportComponent.cxx +++ b/reportdesign/source/core/api/ReportComponent.cxx @@ -31,7 +31,6 @@ #include <vcl/svapp.hxx> #include <vcl/outdev.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include <tools/debug.hxx> #include <com/sun/star/awt/FontWeight.hpp> #include <com/sun/star/awt/FontWidth.hpp> #include "ReportControlModel.hxx" diff --git a/reportdesign/source/ui/inspection/metadata.cxx b/reportdesign/source/ui/inspection/metadata.cxx index 23236b0950cc..057d7dcf0616 100644 --- a/reportdesign/source/ui/inspection/metadata.cxx +++ b/reportdesign/source/ui/inspection/metadata.cxx @@ -28,7 +28,6 @@ #include "metadata.hxx" #include <svtools/localresaccess.hxx> #include "com/sun/star/inspection/XPropertyHandler.hpp" -#include <tools/debug.hxx> #include <comphelper/extract.hxx> #include "helpids.hrc" #include "RptResId.hrc" diff --git a/reportdesign/source/ui/misc/FunctionHelper.cxx b/reportdesign/source/ui/misc/FunctionHelper.cxx index adabb2600a2a..641817d01a87 100644 --- a/reportdesign/source/ui/misc/FunctionHelper.cxx +++ b/reportdesign/source/ui/misc/FunctionHelper.cxx @@ -28,7 +28,6 @@ #include "FunctionHelper.hxx" -#include <tools/debug.hxx> // ============================================================================= namespace rptui |