From 393667119e253d454e9d34eef97f010e69605dac Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 9 May 2017 14:08:08 +0200 Subject: Clean up uses of SAL_U/SAL_W: helpcompiler Change-Id: I0b9c7959cae65428ed1e80753e31f3ee9d726fc4 --- helpcompiler/inc/HelpCompiler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(ustrSystemPath.getStr()); } #endif std::string toUTF8() const -- cgit