Kaydet (Commit) 5f2bf2ce authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-cl loplugin: helpcompiler

Change-Id: I72050a984389b2685dc7d78d4d52bec4ce453b53
Reviewed-on: https://gerrit.libreoffice.org/29864Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst a217e0d0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment