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/msforms | |
parent | f194d18dfeceff104f9c5e500ea4dd94fa1b5b06 (diff) |
removed duplicate #includes
in vbahelper / writerfilter / writerperfect / xmlhelp / xmloff / xmlscript / xmlsecurity
Diffstat (limited to 'vbahelper/source/msforms')
-rw-r--r-- | vbahelper/source/msforms/vbacontrol.cxx | 1 | ||||
-rw-r--r-- | vbahelper/source/msforms/vbamultipage.hxx | 1 |
2 files changed, 0 insertions, 2 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; |