diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:11:22 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-11 22:37:26 -0600 |
commit | 9a26a423540530a5f31c57e03363b2d2b7184b5e (patch) | |
tree | 3353e566940a12cd688785ca6841a0bdd2e28f43 /sfx2/source/config | |
parent | 4ac9fa7a887d09edf7f1fc38f155a93cff30ac97 (diff) |
sfx2: include <> for external includes
Change-Id: I63de4bc034020d19abd20f301194482da9a604f4
Diffstat (limited to 'sfx2/source/config')
-rw-r--r-- | sfx2/source/config/evntconf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx index 408eb19b200b..ce60d875cee6 100644 --- a/sfx2/source/config/evntconf.cxx +++ b/sfx2/source/config/evntconf.cxx @@ -38,7 +38,7 @@ #include <sfx2/app.hxx> #include <sfx2/objsh.hxx> #include <sfx2/dispatch.hxx> -#include "sfx2/sfxresid.hxx" +#include <sfx2/sfxresid.hxx> #include "eventsupplier.hxx" #include <com/sun/star/beans/PropertyValue.hpp> |