[Libreoffice-commits] core.git: basctl/source basic/source vbahelper/source
Takeshi Abe
tabe at fixedpoint.jp
Wed Jul 23 09:30:54 PDT 2014
basctl/source/basicide/basobj3.cxx | 1 -
basctl/source/basicide/bastype2.cxx | 1 -
basic/source/runtime/dllmgr-none.cxx | 6 ------
basic/source/sbx/sbxarray.cxx | 1 -
vbahelper/source/vbahelper/vbacommandbar.hxx | 2 --
5 files changed, 11 deletions(-)
New commits:
commit ea5ef0a72e5e608baf2c40700658a4fcba6a3759
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Thu Jul 24 01:05:02 2014 +0900
Drop unused #includes
Change-Id: I77ca957204bacee95e32a7f2a54c9311002aeef9
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx
index 6a3f599..359f9df 100644
--- a/basctl/source/basicide/basobj3.cxx
+++ b/basctl/source/basicide/basobj3.cxx
@@ -18,7 +18,6 @@
*/
#include <vcl/msgbox.hxx>
-#include <vector>
#include <algorithm>
#include <basic/basmgr.hxx>
#include <basic/sbmeth.hxx>
diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx
index 9ff70c0..51729f9 100644
--- a/basctl/source/basicide/bastype2.cxx
+++ b/basctl/source/basicide/bastype2.cxx
@@ -41,7 +41,6 @@
#include <sfx2/dispatch.hxx>
#include <cassert>
-#include <map>
#include <com/sun/star/script/ModuleType.hpp>
#include <com/sun/star/script/vba/XVBAModuleInfo.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
diff --git a/basic/source/runtime/dllmgr-none.cxx b/basic/source/runtime/dllmgr-none.cxx
index 28f0005..5272d17 100644
--- a/basic/source/runtime/dllmgr-none.cxx
+++ b/basic/source/runtime/dllmgr-none.cxx
@@ -24,12 +24,6 @@
#include <postwin.h>
#endif
-#include <algorithm>
-#include <cstddef>
-#include <list>
-#include <map>
-#include <vector>
-
#include <basic/sbx.hxx>
#include <basic/sbxvar.hxx>
#include <osl/thread.h>
diff --git a/basic/source/sbx/sbxarray.cxx b/basic/source/sbx/sbxarray.cxx
index 9824098..e28e456 100644
--- a/basic/source/sbx/sbxarray.cxx
+++ b/basic/source/sbx/sbxarray.cxx
@@ -20,7 +20,6 @@
#include <tools/stream.hxx>
#include <basic/sbx.hxx>
#include "runtime.hxx"
-#include <vector>
#include <boost/optional.hpp>
diff --git a/vbahelper/source/vbahelper/vbacommandbar.hxx b/vbahelper/source/vbahelper/vbacommandbar.hxx
index b290616..da0efc7 100644
--- a/vbahelper/source/vbahelper/vbacommandbar.hxx
+++ b/vbahelper/source/vbahelper/vbacommandbar.hxx
@@ -28,8 +28,6 @@
#include <vbahelper/vbahelperinterface.hxx>
#include "vbacommandbarhelper.hxx"
-#include <map>
-
typedef InheritedHelperInterfaceImpl1< ov::XCommandBar > CommandBar_BASE;
class ScVbaCommandBar : public CommandBar_BASE
More information about the Libreoffice-commits
mailing list