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/userinstall.cxx | |
parent | 957e6c7968b205caf939c53942fe1c5fd64d57ef (diff) |
loplugin:includeform: desktop
Change-Id: I2dacb21cd0c9618dadb49912e0f09c9ab576f9b0
Diffstat (limited to 'desktop/source/app/userinstall.cxx')
-rw-r--r-- | desktop/source/app/userinstall.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/userinstall.cxx b/desktop/source/app/userinstall.cxx index ad55d6848f7a..bec53d861d59 100644 --- a/desktop/source/app/userinstall.cxx +++ b/desktop/source/app/userinstall.cxx @@ -23,8 +23,8 @@ #include <com/sun/star/uno/Exception.hpp> #include <comphelper/configuration.hxx> -#include "config_folders.h" -#include "officecfg/Setup.hxx" +#include <config_folders.h> +#include <officecfg/Setup.hxx> #include <osl/file.h> #include <osl/file.hxx> #include <rtl/ustring.hxx> |