From 3de320a3c332ace5bbe9adc9fa3a5960104e365b Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Wed, 2 Mar 2011 16:45:19 +0100 Subject: jl164 #i109096# make patch::native_file_string_w windows only --- l10ntools/source/help/HelpCompiler.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 l10ntools/source/help/HelpCompiler.hxx (limited to 'l10ntools') diff --git a/l10ntools/source/help/HelpCompiler.hxx b/l10ntools/source/help/HelpCompiler.hxx old mode 100644 new mode 100755 index 3426f914d2e6..8ce6098d21a9 --- a/l10ntools/source/help/HelpCompiler.hxx +++ b/l10ntools/source/help/HelpCompiler.hxx @@ -102,13 +102,14 @@ namespace fs HCDBG(std::cerr << "native_file_string is " << tmp.getStr() << std::endl); return std::string(tmp.getStr()); } +#ifdef WNT wchar_t const * native_file_string_w() const { ::rtl::OUString ustrSystemPath; osl::File::getSystemPathFromFileURL(data, ustrSystemPath); return ustrSystemPath.getStr(); } - +#endif std::string native_directory_string() const { return native_file_string(); } std::string toUTF8() const { -- cgit