From 65d9783d8bc2ffec5bf6fd989c9bc0d709194e5f Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 9 Nov 2013 15:33:26 -0600 Subject: fdo#65108 inter-module includes <> include/vbahelper Change-Id: I3f18707dae67118fd20036e7c9cb4e98bf8ef642 --- include/vbahelper/vbacollectionimpl.hxx | 4 ++-- include/vbahelper/vbadllapi.h | 2 +- include/vbahelper/vbaeventshelperbase.hxx | 2 +- include/vbahelper/vbaglobalbase.hxx | 2 +- include/vbahelper/vbahelper.hxx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/vbahelper/vbacollectionimpl.hxx b/include/vbahelper/vbacollectionimpl.hxx index dee5709d9497..f9ccf3782ef6 100644 --- a/include/vbahelper/vbacollectionimpl.hxx +++ b/include/vbahelper/vbacollectionimpl.hxx @@ -32,8 +32,8 @@ #include #include -#include "vbahelper/vbahelper.hxx" -#include "vbahelper/vbahelperinterface.hxx" +#include +#include #include diff --git a/include/vbahelper/vbadllapi.h b/include/vbahelper/vbadllapi.h index 367068ec3b0e..b54b705d46d0 100644 --- a/include/vbahelper/vbadllapi.h +++ b/include/vbahelper/vbadllapi.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_VBAHELPER_VBADLLAPI_H #define INCLUDED_VBAHELPER_VBADLLAPI_H -#include "sal/types.h" +#include #if defined(VBAHELPER_DLLIMPLEMENTATION) #define VBAHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/include/vbahelper/vbaeventshelperbase.hxx b/include/vbahelper/vbaeventshelperbase.hxx index 75f22fdb4eaa..2edbf57afe9f 100644 --- a/include/vbahelper/vbaeventshelperbase.hxx +++ b/include/vbahelper/vbaeventshelperbase.hxx @@ -27,7 +27,7 @@ #include #include #include -#include "vbahelper/vbahelper.hxx" +#include namespace com { namespace sun { namespace star { namespace script { namespace vba { class XVBAModuleInfo; } } diff --git a/include/vbahelper/vbaglobalbase.hxx b/include/vbahelper/vbaglobalbase.hxx index 0c48742842fe..e22ef5cc6de5 100644 --- a/include/vbahelper/vbaglobalbase.hxx +++ b/include/vbahelper/vbaglobalbase.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_VBAHELPER_VBAGLOBALBASE_HXX #define INCLUDED_VBAHELPER_VBAGLOBALBASE_HXX -#include "vbahelperinterface.hxx" +#include #include typedef InheritedHelperInterfaceImpl1< ov::XGlobalsBase > Globals_BASE; diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx index aab9be7d1a46..236beae7c4e6 100644 --- a/include/vbahelper/vbahelper.hxx +++ b/include/vbahelper/vbahelper.hxx @@ -38,7 +38,7 @@ #include #include #include -#include "vbaaccesshelper.hxx" +#include namespace ooo { -- cgit