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

Clean up uses of SAL_U/SAL_W: helpcompiler

Change-Id: I0b9c7959cae65428ed1e80753e31f3ee9d726fc4
üst a53c3cc4
......@@ -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
......
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