diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-02-22 15:49:36 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-02-22 15:51:07 +0100 |
commit | d453788ac0476cc02b929b0907718ca771d6d956 (patch) | |
tree | c5ac1c49a421d7fd95edeb9e33cc722a6ea73f79 /sfx2 | |
parent | 9fec1e59fa7e92cf91eaf8376f30160edcb86242 (diff) |
SfxNewFileDialog_Impl: drop unneeded includes
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/new.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/doc/new.cxx b/sfx2/source/doc/new.cxx index da13a0678ade..3be70a36973f 100644 --- a/sfx2/source/doc/new.cxx +++ b/sfx2/source/doc/new.cxx @@ -28,7 +28,6 @@ #include <comphelper/string.hxx> #include <sfx2/new.hxx> -#include <vcl/gdimtf.hxx> #include <vcl/msgbox.hxx> #include <vcl/morebtn.hxx> #include <svtools/svmedit.hxx> @@ -41,24 +40,13 @@ #include "new.hrc" #include "doc.hrc" -#include <sfx2/sfx.hrc> -#include "helpid.hrc" -#include "sfxtypes.hxx" #include <sfx2/app.hxx> -#include <sfx2/viewfrm.hxx> -#include <sfx2/docfac.hxx> #include <sfx2/objsh.hxx> -#include "fltfnc.hxx" -#include <sfx2/viewsh.hxx> -#include "sfx2/viewfac.hxx" #include "sfx2/sfxresid.hxx" #include <sfx2/docfile.hxx> #include "preview.hxx" #include <sfx2/printer.hxx> #include <vcl/waitobj.hxx> -#include <vcl/virdev.hxx> -#include <vcl/jobset.hxx> -#include <svtools/accessibilityoptions.hxx> // Draw modes #define OUTPUT_DRAWMODE_COLOR (DRAWMODE_DEFAULT) |