diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:33:26 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:46 -0600 |
commit | 65d9783d8bc2ffec5bf6fd989c9bc0d709194e5f (patch) | |
tree | c4887cd5590af63fb9493fa7054f017f33e55f73 | |
parent | 084b7198afcb6dad4ae5451ba69ee07beb0cd7d0 (diff) |
fdo#65108 inter-module includes <> include/vbahelper
Change-Id: I3f18707dae67118fd20036e7c9cb4e98bf8ef642
-rw-r--r-- | include/vbahelper/vbacollectionimpl.hxx | 4 | ||||
-rw-r--r-- | include/vbahelper/vbadllapi.h | 2 | ||||
-rw-r--r-- | include/vbahelper/vbaeventshelperbase.hxx | 2 | ||||
-rw-r--r-- | include/vbahelper/vbaglobalbase.hxx | 2 | ||||
-rw-r--r-- | include/vbahelper/vbahelper.hxx | 2 |
5 files changed, 6 insertions, 6 deletions
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 <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase1.hxx> -#include "vbahelper/vbahelper.hxx" -#include "vbahelper/vbahelperinterface.hxx" +#include <vbahelper/vbahelper.hxx> +#include <vbahelper/vbahelperinterface.hxx> #include <vector> 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 <sal/types.h> #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 <com/sun/star/script/vba/XVBAEventProcessor.hpp> #include <com/sun/star/util/XChangesListener.hpp> #include <cppuhelper/implbase3.hxx> -#include "vbahelper/vbahelper.hxx" +#include <vbahelper/vbahelper.hxx> 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 <vbahelper/vbahelperinterface.hxx> #include <ooo/vba/XGlobalsBase.hpp> 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 <sfx2/docfile.hxx> #include <vcl/pointr.hxx> #include <memory> -#include "vbaaccesshelper.hxx" +#include <vbahelper/vbaaccesshelper.hxx> namespace ooo { |