diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-23 12:31:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-23 12:31:28 +0300 |
commit | f98eab9fa1d6bc78fd70d2014c8b31da556b4ef9 (patch) | |
tree | 017ead79e05b68bbd8dfdac2571318100982d7a8 /lingucomponent | |
parent | d1f97479dab4da60679017313fe3369ae56117ea (diff) |
Fix typo
Change-Id: I7ee0eecc36659ac8ee9a62698923a90e96b7f302
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 |