diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:51 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:29 +0200 |
commit | 028b4003986f9cff3274707eebd14ee9099bf87b (patch) | |
tree | 6e37bc8851a0a068389d4626a8364669600c6fdf /svtools/source/dialogs/printdlg.cxx | |
parent | fc7c68636687446d0723330e848faa93c4b7efd8 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'svtools/source/dialogs/printdlg.cxx')
-rw-r--r-- | svtools/source/dialogs/printdlg.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/dialogs/printdlg.cxx b/svtools/source/dialogs/printdlg.cxx index 532fd3f61bb2..f39098137de6 100644 --- a/svtools/source/dialogs/printdlg.cxx +++ b/svtools/source/dialogs/printdlg.cxx @@ -28,12 +28,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" #include <tools/debug.hxx> -#ifndef _SV_APP_HXX #include <vcl/svapp.hxx> -#endif -#ifndef _VCL_PRINT_HXX #include <vcl/print.hxx> -#endif #include <vcl/msgbox.hxx> #include <vcl/jobset.hxx> #include <tools/urlobj.hxx> @@ -45,9 +41,7 @@ #include <svtools/svtdata.hxx> #include <filedlg.hxx> #include "svl/pickerhelper.hxx" -#ifndef _SVT_HELPID_HRC #include <svtools/helpid.hrc> -#endif #include <com/sun/star/ui/dialogs/TemplateDescription.hpp> #include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <com/sun/star/ui/dialogs/XFilePicker.hpp> |