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 /svtools/source/dialogs | |
parent | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (diff) |
Removed unnecessary tools/debug.hxx includes.
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r-- | svtools/source/dialogs/filedlg2.hxx | 1 | ||||
-rw-r--r-- | svtools/source/dialogs/wizdlg.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/dialogs/filedlg2.hxx b/svtools/source/dialogs/filedlg2.hxx index 300cd198c9f4..b30af4000fcf 100644 --- a/svtools/source/dialogs/filedlg2.hxx +++ b/svtools/source/dialogs/filedlg2.hxx @@ -29,7 +29,6 @@ #ifndef FILEDLG2_HXX #define FILEDLG2_HXX -#include <tools/debug.hxx> #include <tools/fsys.hxx> #include <vcl/button.hxx> #include <vcl/unohelp.hxx> diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx index 7699d1852113..66e7c73e9b19 100644 --- a/svtools/source/dialogs/wizdlg.cxx +++ b/svtools/source/dialogs/wizdlg.cxx @@ -28,7 +28,6 @@ #define _SVT_WIZDLG_CXX -#include <tools/debug.hxx> #include <vcl/fixed.hxx> #include <vcl/button.hxx> #include <vcl/tabpage.hxx> |