Fix typo
Change-Id: I7ee0eecc36659ac8ee9a62698923a90e96b7f302
This commit is contained in:
@@ -288,7 +288,7 @@ Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const OUString& aWo
|
|||||||
|
|
||||||
#if defined(WNT)
|
#if defined(WNT)
|
||||||
// Hyphen waits UTF-8 encoded paths with \\?\ long path prefix.
|
// 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
|
#else
|
||||||
OString sTmp( OU2ENC( dictpath, osl_getThreadTextEncoding() ) );
|
OString sTmp( OU2ENC( dictpath, osl_getThreadTextEncoding() ) );
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user