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 /include/vbahelper/vbaglobalbase.hxx | |
parent | 084b7198afcb6dad4ae5451ba69ee07beb0cd7d0 (diff) |
fdo#65108 inter-module includes <> include/vbahelper
Change-Id: I3f18707dae67118fd20036e7c9cb4e98bf8ef642
Diffstat (limited to 'include/vbahelper/vbaglobalbase.hxx')
-rw-r--r-- | include/vbahelper/vbaglobalbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |