diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-13 00:29:50 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-13 00:29:50 +1100 |
commit | 6858d517574aec65527ffa57b2b936bfa949ae92 (patch) | |
tree | 978455a7e9a2205d6804961bc653e0d7fbdebe30 /vcl/source/app/i18nhelp.cxx | |
parent | e6d6e35320984fe4198314e3ea3a91ead6b41392 (diff) |
vcl: include vcl headers via triangular brackets instead of quotes
Change-Id: I311f7db622ce341527fe12a92b516f800b602f92
Diffstat (limited to 'vcl/source/app/i18nhelp.cxx')
-rw-r--r-- | vcl/source/app/i18nhelp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/i18nhelp.cxx b/vcl/source/app/i18nhelp.cxx index 03d1bed10ad0..d59fdc46eff2 100644 --- a/vcl/source/app/i18nhelp.cxx +++ b/vcl/source/app/i18nhelp.cxx @@ -25,7 +25,7 @@ #include "rtl/ustrbuf.hxx" -#include "vcl/i18nhelp.hxx" +#include <vcl/i18nhelp.hxx> #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "com/sun/star/i18n/TransliterationModules.hpp" |