From 5e6c0fb9ce04ec3f0115aa459e981372fa7e13be Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 7 Aug 2011 23:09:44 +0100 Subject: dont need FLUSH afaics --- svtools/source/svhtml/parhtml.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svtools/source/svhtml') diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx index 0a1513134e54..8cfe024ee77f 100644 --- a/svtools/source/svhtml/parhtml.cxx +++ b/svtools/source/svhtml/parhtml.cxx @@ -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(cChar); cChar = rtl::OUString(&cEncodedChar, 1, eSrcEnc, convertFlags).toChar(); -- cgit