summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2011-04-14 12:55:32 +0200
committerKurt Zenker <kz@openoffice.org>2011-04-14 12:55:32 +0200
commit1f7acb2d22553013c10f79d53c17fed5196c2b1e (patch)
treef6f623ecb0535a3ad7a63764b7434cabd8a7ed6b
parent3790a43443ab652f17dd20d5fb7eb10a52ec9e8c (diff)
parenta989e6436650996d12fe8a01c7894d79bd3c30fc (diff)
CWS-TOOLING: integrate CWS mingwport34_OOO340
-rwxr-xr-xl10ntools/source/help/HelpCompiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpCompiler.hxx b/l10ntools/source/help/HelpCompiler.hxx
index 8ce6098d21a9..fa2676c3bac1 100755
--- a/l10ntools/source/help/HelpCompiler.hxx
+++ b/l10ntools/source/help/HelpCompiler.hxx
@@ -107,7 +107,7 @@ namespace fs
{
::rtl::OUString ustrSystemPath;
osl::File::getSystemPathFromFileURL(data, ustrSystemPath);
- return ustrSystemPath.getStr();
+ return reinterpret_cast< wchar_t const * >(ustrSystemPath.getStr());
}
#endif
std::string native_directory_string() const { return native_file_string(); }