[Libreoffice-commits] .: Branch 'feature/line-numbers-in-basicIDE' - basctl/source
August Sodora
augsod at kemper.freedesktop.org
Wed Nov 16 21:42:40 PST 2011
basctl/source/basicide/baside2b.cxx | 42 +++++++++++++++---------------------
1 file changed, 18 insertions(+), 24 deletions(-)
New commits:
commit d78f9e76e9bf1d14ef1d087ade0de8c4ec58329e
Author: August Sodora <augsod at gmail.com>
Date: Thu Nov 17 00:42:15 2011 -0500
Removed unused includes
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index a80e9e4..1fb174a 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;
More information about the Libreoffice-commits
mailing list