summaryrefslogtreecommitdiffstats
path: root/lingucomponent
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index 2008395319e0..3434482486ed 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -235,7 +235,7 @@ bool LoadDictionary(HDInfo& rDict)
{
SAL_WARN(
"lingucomponent",
- "Couldn't find file " << OU2ENC(dictpath, osl_getThreadTextEncoding()));
+ "Couldn't find file " << dictpath);
return false;
}
rDict.aPtr = dict;