diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-06-13 20:58:33 -0700 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-06-15 09:32:21 +0000 |
commit | cef14b816aee25ce8a59a2200900989523372996 (patch) | |
tree | 68a1c11e779bae8e9064b96f97033f3783e0f251 /vbahelper | |
parent | bc387975b11d87868884ec770a2a42a4f7092b5f (diff) |
tdf#42949: clean up includes in include/filter with iwyu
Change-Id: Id08a999764bfeeff3bb3409b46f48b278009ccbe
Reviewed-on: https://gerrit.libreoffice.org/26238
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbaapplicationbase.cxx | 2 | ||||
-rw-r--r-- | vbahelper/source/vbahelper/vbaeventshelperbase.cxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/vbahelper/source/vbahelper/vbaapplicationbase.cxx b/vbahelper/source/vbahelper/vbaapplicationbase.cxx index 1b6fa4c091ef..50c38abaeb61 100644 --- a/vbahelper/source/vbahelper/vbaapplicationbase.cxx +++ b/vbahelper/source/vbahelper/vbaapplicationbase.cxx @@ -20,6 +20,7 @@ #include "vbahelper/vbaapplicationbase.hxx" #include <sal/macros.h> +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> @@ -34,6 +35,7 @@ #include <com/sun/star/awt/XWindow2.hpp> #include <filter/msfilter/msvbahelper.hxx> +#include <rtl/ref.hxx> #include <tools/datetime.hxx> #include <vcl/timer.hxx> diff --git a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx index 074f5240b12b..8176f9954fcf 100644 --- a/vbahelper/source/vbahelper/vbaeventshelperbase.cxx +++ b/vbahelper/source/vbahelper/vbaeventshelperbase.cxx @@ -18,10 +18,12 @@ */ #include "vbahelper/vbaeventshelperbase.hxx" +#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/document/XEventBroadcaster.hpp> #include <com/sun/star/script/ModuleType.hpp> #include <com/sun/star/script/vba/XVBAModuleInfo.hpp> #include <com/sun/star/util/XChangesNotifier.hpp> +#include <cppuhelper/supportsservice.hxx> #include <filter/msfilter/msvbahelper.hxx> #include <unotools/eventcfg.hxx> #include <vbahelper/vbahelper.hxx> |