summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-23 12:31:16 +0300
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-05-26 02:27:51 +0200
commit19943d663b3ac09d02b9c8f994c8fdc9a6f4b210 (patch)
tree416491b9b2f36d2f634e62c9d503a3acfea42660 /lingucomponent
parente59d55a2e80495f4db38bdae4b1266c8b7c2aafb (diff)
Fix typo
Change-Id: I7ee0eecc36659ac8ee9a62698923a90e96b7f302 (cherry picked from commit f98eab9fa1d6bc78fd70d2014c8b31da556b4ef9)
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 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