rtl_string2UString_status() - Wrong TextEncoding

Change-Id: I5d0efc9006cac379a5c03a61817cf989227a06ff
This commit is contained in:
Miklos Vajna 2013-06-12 15:02:44 +02:00
parent 782adaed63
commit 9e50e5f829

View File

@ -4689,7 +4689,7 @@ RTFParserState::RTFParserState(RTFDocumentImpl *pDocumentImpl)
aTableCellsAttributes(),
aTabAttributes(),
aCurrentColor(),
nCurrentEncoding(0),
nCurrentEncoding(rtl_getTextEncodingFromWindowsCharset(0)),
nUc(1),
nCharsToSkip(0),
nBinaryToRead(0),