diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:42:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:10 +0200 |
commit | 54ef1c155990bee247f083a37be9515b43709ac3 (patch) | |
tree | 9246a70e38e040cd35d38298ee50528e1e37b12c /desktop/source/app/langselect.cxx | |
parent | 957e6c7968b205caf939c53942fe1c5fd64d57ef (diff) |
loplugin:includeform: desktop
Change-Id: I2dacb21cd0c9618dadb49912e0f09c9ab576f9b0
Diffstat (limited to 'desktop/source/app/langselect.cxx')
-rw-r--r-- | desktop/source/app/langselect.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx index 8d826ab3674e..4ce877a3d926 100644 --- a/desktop/source/app/langselect.cxx +++ b/desktop/source/app/langselect.cxx @@ -30,15 +30,15 @@ #include <i18nlangtag/lang.h> #include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> -#include "officecfg/Office/Linguistic.hxx" -#include "officecfg/Setup.hxx" -#include "officecfg/System.hxx" +#include <officecfg/Office/Linguistic.hxx> +#include <officecfg/Setup.hxx> +#include <officecfg/System.hxx> #include <rtl/ustring.hxx> #include <sal/log.hxx> #include <sal/types.h> #include <svl/languageoptions.hxx> -#include "app.hxx" +#include <app.hxx> #include "cmdlineargs.hxx" #include "langselect.hxx" |