Kaydet (Commit) 5e6c0fb9 authored tarafından Caolán McNamara's avatar Caolán McNamara

dont need FLUSH afaics

üst 6909de03
......@@ -500,8 +500,7 @@ int HTMLParser::ScanText( const sal_Unicode cBreak )
const sal_uInt32 convertFlags =
RTL_TEXTTOUNICODE_FLAGS_UNDEFINED_DEFAULT |
RTL_TEXTTOUNICODE_FLAGS_MBUNDEFINED_DEFAULT |
RTL_TEXTTOUNICODE_FLAGS_INVALID_DEFAULT |
RTL_TEXTTOUNICODE_FLAGS_FLUSH;
RTL_TEXTTOUNICODE_FLAGS_INVALID_DEFAULT;
sal_Char cEncodedChar = static_cast<sal_Char>(cChar);
cChar = rtl::OUString(&cEncodedChar, 1, eSrcEnc, convertFlags).toChar();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment