diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-03 19:38:33 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-04-04 01:39:08 +0900 |
commit | 643a582793c85c3d5e3cd5cfc831d895036ef93d (patch) | |
tree | f3a214bf07e276553b63cc1c84f9ff3cbc48ae43 /vbahelper/source | |
parent | f194d18dfeceff104f9c5e500ea4dd94fa1b5b06 (diff) |
removed duplicate #includes
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
Diffstat (limited to 'vbahelper/source')
-rw-r--r-- | vbahelper/source/msforms/vbacontrol.cxx | 1 | ||||
-rw-r--r-- | vbahelper/source/msforms/vbamultipage.hxx | 1 | ||||
-rw-r--r-- | vbahelper/source/vbahelper/vbahelper.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/vbahelper/source/msforms/vbacontrol.cxx b/vbahelper/source/msforms/vbacontrol.cxx index db04c714ae45..f092f17cf331 100644 --- a/vbahelper/source/msforms/vbacontrol.cxx +++ b/vbahelper/source/msforms/vbacontrol.cxx @@ -33,7 +33,6 @@ #include <com/sun/star/lang/XEventListener.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <com/sun/star/drawing/XControlShape.hpp> -#include <com/sun/star/awt/XControl.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/view/XControlAccess.hpp> #include <com/sun/star/container/XChild.hpp> diff --git a/vbahelper/source/msforms/vbamultipage.hxx b/vbahelper/source/msforms/vbamultipage.hxx index 8876aa817ad0..9743d94a5640 100644 --- a/vbahelper/source/msforms/vbamultipage.hxx +++ b/vbahelper/source/msforms/vbamultipage.hxx @@ -33,7 +33,6 @@ #include "vbacontrol.hxx" #include <vbahelper/vbahelper.hxx> -#include <cppuhelper/implbase1.hxx> typedef cppu::ImplInheritanceHelper1< ScVbaControl, ov::msforms::XMultiPage > MultiPageImpl_BASE; diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index 2f82c18e57fb..a8cfb1a6503e 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -80,7 +80,6 @@ #endif #include <vbahelper/vbahelper.hxx> -#include <sfx2/app.hxx> using namespace ::com::sun::star; using namespace ::ooo::vba; |