summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basdoc.cxx
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-06 21:42:12 -0500
committerCaolán McNamara <caolanm@redhat.com>2011-11-08 13:38:53 +0000
commit0d71a9c7d02973f20701bd7e4eca3231ace2b655 (patch)
tree48788563456b5f9f5d1118766e460cfe54579bda /basctl/source/basicide/basdoc.cxx
parent3d7bc23e23f42b1940fe8c0d27c97af836b15842 (diff)
Remove unnecessary includes
Diffstat (limited to 'basctl/source/basicide/basdoc.cxx')
-rw-r--r--basctl/source/basicide/basdoc.cxx17
1 files changed, 4 insertions, 13 deletions
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx
index 033e25805203..80536e9dd5b2 100644
--- a/basctl/source/basicide/basdoc.cxx
+++ b/basctl/source/basicide/basdoc.cxx
@@ -28,24 +28,15 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_basctl.hxx"
-
-
#include <ide_pch.hxx>
-#include <svx/svxids.hrc>
-#include <sfx2/docfac.hxx>
-#include <sfx2/sfxmodelfactory.hxx>
-#include <vcl/status.hxx>
-
-#include <svx/xmlsecctrl.hxx>
+#include "unomodel.hxx"
#include <basdoc.hxx>
-
-#define BasicDocShell
+#define BasicDocShell // This CANNOT come before basdoc apparently
#include <basslots.hxx>
-
-#include "basicmod.hxx"
-#include "unomodel.hxx"
+#include <sfx2/sfxmodelfactory.hxx>
+#include <svx/svxids.hrc>
TYPEINIT1(BasicDocShell, SfxObjectShell);
DBG_NAME(BasicDocShell);