From f98eab9fa1d6bc78fd70d2014c8b31da556b4ef9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 23 May 2014 12:31:16 +0300 Subject: [PATCH] Fix typo Change-Id: I7ee0eecc36659ac8ee9a62698923a90e96b7f302 --- lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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