summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbaeventshelperbase.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:33:26 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:46 -0600
commit65d9783d8bc2ffec5bf6fd989c9bc0d709194e5f (patch)
treec4887cd5590af63fb9493fa7054f017f33e55f73 /include/vbahelper/vbaeventshelperbase.hxx
parent084b7198afcb6dad4ae5451ba69ee07beb0cd7d0 (diff)
fdo#65108 inter-module includes <> include/vbahelper
Change-Id: I3f18707dae67118fd20036e7c9cb4e98bf8ef642
Diffstat (limited to 'include/vbahelper/vbaeventshelperbase.hxx')
-rw-r--r--include/vbahelper/vbaeventshelperbase.hxx2
1 files changed, 1 insertions, 1 deletions
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; } }