summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-11-17 00:42:15 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-17 18:41:22 -0600
commitcc09ce22e9404e7aa6c8b27dbe675a447a95eb05 (patch)
treeca81162a82164fb03ebc3d1cd24d31784619bb1e /basctl
parentd27db6c53415a7ccea9cb7bfa97be10995874fcf (diff)
Removed unused includes
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx42
1 files changed, 18 insertions, 24 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index a80e9e454c2a..1fb174ae42eb 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -29,44 +29,38 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_basctl.hxx"
-#include <vector>
#define _BASIC_TEXTPORTIONS
-#include <basic/sbdef.hxx>
-#include <ide_pch.hxx>
+#include "helpid.hrc"
+#include "baside2.hrc"
-#include <tools/urlobj.hxx>
-#include <unotools/charclass.hxx>
-#include <svl/urihelper.hxx>
-#include <basic/sbx.hxx>
+#include "baside2.hxx"
+#include "basobj.hxx"
+#include "brkdlg.hxx"
+#include "iderdll.hxx"
+#include "iderdll2.hxx"
+#include "objdlg.hxx"
+
+#include <basic/sbmeth.hxx>
+#include <basic/sbuno.hxx>
+#include <com/sun/star/script/XLibraryContainer2.hpp>
+#include <comphelper/processfactory.hxx>
+#include <comphelper/string.hxx>
+#include <sfx2/dispatch.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <vcl/msgbox.hxx>
#include <vcl/sound.hxx>
+#include <svl/urihelper.hxx>
#include <svtools/xtextedt.hxx>
#include <svtools/txtattr.hxx>
#include <svtools/textwindowpeer.hxx>
-#include <basic/sbuno.hxx>
-
-#include <helpid.hrc>
-#include <baside2.hrc>
-#include <baside2.hxx>
-#include <brkdlg.hxx>
-#include <objdlg.hxx>
-#include <basobj.hxx>
-#include <iderdll.hxx>
-#include <iderdll2.hxx>
#include <vcl/taskpanelist.hxx>
#include <vcl/help.hxx>
-
#include <unotools/sourceviewconfig.hxx>
-#include <com/sun/star/script/XLibraryContainer2.hpp>
-#include <comphelper/processfactory.hxx>
-#include <comphelper/string.hxx>
-
-
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
-
long nVirtToolBoxHeight; // inited in WatchWindow, used in Stackwindow
long nHeaderBarHeight;