diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:25:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:50 +0200 |
commit | 7baaf973cecb18d171f7b7b4ad04990f63fbde3b (patch) | |
tree | ca7a1ac26a95057c7c91e2292c16d17fb7f0c63d /sfx2 | |
parent | cf98d5baf8da031086fadf23ea731b3f2c183ca7 (diff) |
loplugin:includeform: sfx2 (Windows)
Change-Id: I2ce3e5012b368a9e390d927a3dfd2150c0d5d9f7
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/shutdowniconw32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdowniconw32.cxx b/sfx2/source/appl/shutdowniconw32.cxx index e3bf7eabceae..2b6514445d7f 100644 --- a/sfx2/source/appl/shutdowniconw32.cxx +++ b/sfx2/source/appl/shutdowniconw32.cxx @@ -34,7 +34,7 @@ #undef WB_RIGHT #include "shutdownicon.hxx" -#include "sfx2/strings.hrc" +#include <sfx2/strings.hrc> #include <shlobj.h> #include <objidl.h> #include <osl/thread.h> |