summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-07-24 01:05:02 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-07-24 01:06:15 +0900
commitea5ef0a72e5e608baf2c40700658a4fcba6a3759 (patch)
tree78375aac561b23e4b7ca8f4a97bbd164431174fc
parent415f5477e8c34001bb97c788a969e6e92d1d45be (diff)
Drop unused #includes
Change-Id: I77ca957204bacee95e32a7f2a54c9311002aeef9
-rw-r--r--basctl/source/basicide/basobj3.cxx1
-rw-r--r--basctl/source/basicide/bastype2.cxx1
-rw-r--r--basic/source/runtime/dllmgr-none.cxx6
-rw-r--r--basic/source/sbx/sbxarray.cxx1
-rw-r--r--vbahelper/source/vbahelper/vbacommandbar.hxx2
5 files changed, 0 insertions, 11 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx
index 6a3f5998a6b5..359f9dfecd1e 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 9ff70c06d753..51729f9e5619 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 28f0005b21d8..5272d172df2f 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 9824098a6062..e28e45685300 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 b2906163d71f..da0efc78f682 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