diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:34:19 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:46 -0600 |
commit | 945fb8c227e563d348dacc568b130e95ab20c8fc (patch) | |
tree | 87fe085a9c5b7af54ce8861c41e5a55ce0de0363 /include/unotools/eventcfg.hxx | |
parent | 65d9783d8bc2ffec5bf6fd989c9bc0d709194e5f (diff) |
fdo#65108 inter-module includes <> include/unotools
Change-Id: Icd9b46da88366f5b260c8e20931b5dbdbedf3a66
Diffstat (limited to 'include/unotools/eventcfg.hxx')
-rw-r--r-- | include/unotools/eventcfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/eventcfg.hxx b/include/unotools/eventcfg.hxx index 5feb640f8718..d2288659ea70 100644 --- a/include/unotools/eventcfg.hxx +++ b/include/unotools/eventcfg.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_UNOTOOLS_EVENTCFG_HXX #define INCLUDED_UNOTOOLS_EVENTCFG_HXX -#include "unotools/unotoolsdllapi.h" +#include <unotools/unotoolsdllapi.h> #include <unotools/configitem.hxx> #include <com/sun/star/document/XEventsSupplier.hpp> #include <com/sun/star/container/XNameReplace.hpp> |