diff options
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx index 86b0d5e36c8d..9f7028bd31e8 100644 --- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx @@ -288,7 +288,7 @@ Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const OUString& aWo #if defined(WNT) // Hyphen waits UTF-8 encoded paths with \\?\ long path prefix. - OString sTmp = OUStringToOString(dicpath, RTL_TEXTENCODING_UTF8); + OString sTmp = OUStringToOString(dictpath, RTL_TEXTENCODING_UTF8); #else OString sTmp( OU2ENC( dictpath, osl_getThreadTextEncoding() ) ); #endif |