Fix typo
Change-Id: I7ee0eecc36659ac8ee9a62698923a90e96b7f302
This commit is contained in:
parent
d1f97479da
commit
f98eab9fa1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user