summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-07-22 00:11:49 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-07-22 00:13:11 +0900
commitf31a9abfd20a4ce625fcd985aff4978c34ae1a90 (patch)
treec71cdc2bd73437c6c24c9c172b7f12db975ebc58 /vbahelper
parent245df9b4b37e3b1a6863aec5802346999bd71477 (diff)
Remove unused #includes
Change-Id: I96775ac9a8624e12974c78c6abb93ddd80eed567
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/msforms/vbacombobox.cxx1
-rw-r--r--vbahelper/source/msforms/vbaimage.cxx1
-rw-r--r--vbahelper/source/msforms/vbamultipage.cxx1
-rw-r--r--vbahelper/source/msforms/vbaprogressbar.cxx1
-rw-r--r--vbahelper/source/msforms/vbascrollbar.cxx1
-rw-r--r--vbahelper/source/msforms/vbaspinbutton.cxx1
6 files changed, 0 insertions, 6 deletions
diff --git a/vbahelper/source/msforms/vbacombobox.cxx b/vbahelper/source/msforms/vbacombobox.cxx
index 8ac4affd6c17..3f2c0df9ab60 100644
--- a/vbahelper/source/msforms/vbacombobox.cxx
+++ b/vbahelper/source/msforms/vbacombobox.cxx
@@ -18,7 +18,6 @@
*/
#include "vbacombobox.hxx"
-#include <vector>
#include <filter/msfilter/msvbahelper.hxx>
#include <basic/sbstar.hxx>
#include <basic/sbmod.hxx>
diff --git a/vbahelper/source/msforms/vbaimage.cxx b/vbahelper/source/msforms/vbaimage.cxx
index 0a27269eb0fe..0515a111bcf0 100644
--- a/vbahelper/source/msforms/vbaimage.cxx
+++ b/vbahelper/source/msforms/vbaimage.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "vbaimage.hxx"
-#include <vector>
using namespace com::sun::star;
using namespace ooo::vba;
diff --git a/vbahelper/source/msforms/vbamultipage.cxx b/vbahelper/source/msforms/vbamultipage.cxx
index 0bacf378c7f8..4fa287efbc3d 100644
--- a/vbahelper/source/msforms/vbamultipage.cxx
+++ b/vbahelper/source/msforms/vbamultipage.cxx
@@ -19,7 +19,6 @@
#include "vbamultipage.hxx"
#include <ooo/vba/XCollection.hpp>
#include "vbapages.hxx"
-#include <vector>
#include <com/sun/star/container/XNameContainer.hpp>
using namespace com::sun::star;
diff --git a/vbahelper/source/msforms/vbaprogressbar.cxx b/vbahelper/source/msforms/vbaprogressbar.cxx
index 23403d22f27f..8d223af31487 100644
--- a/vbahelper/source/msforms/vbaprogressbar.cxx
+++ b/vbahelper/source/msforms/vbaprogressbar.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "vbaprogressbar.hxx"
-#include <vector>
using namespace com::sun::star;
using namespace ooo::vba;
diff --git a/vbahelper/source/msforms/vbascrollbar.cxx b/vbahelper/source/msforms/vbascrollbar.cxx
index 6379cefa2eef..c9c846f042b6 100644
--- a/vbahelper/source/msforms/vbascrollbar.cxx
+++ b/vbahelper/source/msforms/vbascrollbar.cxx
@@ -18,7 +18,6 @@
*/
#include "vbascrollbar.hxx"
-#include <vector>
using namespace com::sun::star;
using namespace ooo::vba;
diff --git a/vbahelper/source/msforms/vbaspinbutton.cxx b/vbahelper/source/msforms/vbaspinbutton.cxx
index 9a61ec15db38..440b07202b0b 100644
--- a/vbahelper/source/msforms/vbaspinbutton.cxx
+++ b/vbahelper/source/msforms/vbaspinbutton.cxx
@@ -18,7 +18,6 @@
*/
#include "vbaspinbutton.hxx"
-#include <vector>
using namespace com::sun::star;
using namespace ooo::vba;