summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-10 15:44:59 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-10 15:44:59 -0500
commitac65f9c8884d134e35b96a586acf695e49b84635 (patch)
treef4b32ac4c76314d87dbd248215ea3c46995e438e /basctl
parent90939a7b3d9d6511a4086deea6b7a11adf30df47 (diff)
Remove unnecessary includes
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/objdlg.cxx28
1 files changed, 13 insertions, 15 deletions
diff --git a/basctl/source/basicide/objdlg.cxx b/basctl/source/basicide/objdlg.cxx
index fe7bf99a62a0..59172c1f7d8b 100644
--- a/basctl/source/basicide/objdlg.cxx
+++ b/basctl/source/basicide/objdlg.cxx
@@ -26,24 +26,22 @@
*
************************************************************************/
-
-#include <ide_pch.hxx>
-
-
-#include <basic/sbx.hxx>
+#include "basidesh.hrc"
+#include "objdlg.hrc"
+
+#include "basidesh.hxx"
+#include "iderdll.hxx"
+#include "iderdll2.hxx"
+#include "objdlg.hxx"
+
+#include <sfx2/app.hxx>
+#include <sfx2/dispatch.hxx>
+#include <sfx2/request.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <svl/itemset.hxx>
#include <vcl/msgbox.hxx>
-#include <vcl/cmdevt.hxx>
#include <vcl/taskpanelist.hxx>
#include <vcl/sound.hxx>
-#include <objdlg.hrc>
-#include <objdlg.hxx>
-#include <bastypes.hxx>
-#include <basidesh.hrc>
-#include <basidesh.hxx>
-#include <iderdll.hxx>
-#include <iderdll2.hxx>
-#include <sbxitem.hxx>
-
ObjectTreeListBox::ObjectTreeListBox( Window* pParent, const ResId& rRes )
: BasicTreeListBox( pParent, rRes )