[Libreoffice-commits] core.git: vbahelper/source

Takeshi Abe tabe at fixedpoint.jp
Mon Jul 21 08:19:40 PDT 2014


 vbahelper/source/msforms/vbacombobox.cxx    |    1 -
 vbahelper/source/msforms/vbaimage.cxx       |    1 -
 vbahelper/source/msforms/vbamultipage.cxx   |    1 -
 vbahelper/source/msforms/vbaprogressbar.cxx |    1 -
 vbahelper/source/msforms/vbascrollbar.cxx   |    1 -
 vbahelper/source/msforms/vbaspinbutton.cxx  |    1 -
 6 files changed, 6 deletions(-)

New commits:
commit f31a9abfd20a4ce625fcd985aff4978c34ae1a90
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Jul 22 00:11:49 2014 +0900

    Remove unused #includes
    
    Change-Id: I96775ac9a8624e12974c78c6abb93ddd80eed567

diff --git a/vbahelper/source/msforms/vbacombobox.cxx b/vbahelper/source/msforms/vbacombobox.cxx
index 8ac4aff..3f2c0df 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 0a27269..0515a11 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 0bacf37..4fa287e 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 23403d2..8d223af 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 6379cef..c9c846f 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 9a61ec1..440b072 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;


More information about the Libreoffice-commits mailing list