diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:55:10 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-16 14:19:11 +0000 |
commit | 5f2bf2ce3ce2b5614ceaa454bffb3ce0623ce48a (patch) | |
tree | 842f4fc8d5acced85d38fc53931859c14d95efe4 /helpcompiler | |
parent | a217e0d012919a4cc06ee87aa39ee49350aeb558 (diff) |
clang-cl loplugin: helpcompiler
Change-Id: I72050a984389b2685dc7d78d4d52bec4ce453b53
Reviewed-on: https://gerrit.libreoffice.org/29864
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/inc/HelpCompiler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx index da0684fd93fc..25a2c3b76ce6 100644 --- a/helpcompiler/inc/HelpCompiler.hxx +++ b/helpcompiler/inc/HelpCompiler.hxx @@ -93,7 +93,7 @@ namespace fs { OUString ustrSystemPath; osl::File::getSystemPathFromFileURL(data, ustrSystemPath); - return (wchar_t const *) ustrSystemPath.getStr(); + return ustrSystemPath.getStr(); } #endif std::string toUTF8() const |