diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-05-09 14:08:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-05-09 14:08:08 +0200 |
commit | 393667119e253d454e9d34eef97f010e69605dac (patch) | |
tree | f7bc23544f12dc08aa5af486a82128d34978fc97 /helpcompiler | |
parent | a53c3cc45062a0e23b3e1c4fcc32c9d565421688 (diff) |
Clean up uses of SAL_U/SAL_W: helpcompiler
Change-Id: I0b9c7959cae65428ed1e80753e31f3ee9d726fc4
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 56163f5bb5ce..12f6ada7b824 100644 --- a/helpcompiler/inc/HelpCompiler.hxx +++ b/helpcompiler/inc/HelpCompiler.hxx @@ -92,7 +92,7 @@ namespace fs { OUString ustrSystemPath; osl::File::getSystemPathFromFileURL(data, ustrSystemPath); - return SAL_W(ustrSystemPath.getStr()); + return reinterpret_cast<wchar_t const *>(ustrSystemPath.getStr()); } #endif std::string toUTF8() const |