Kaydet (Commit) 634f6479 authored tarafından Michael Stahl's avatar Michael Stahl

writerfilter: fix log area

Change-Id: Iddedd58dbcdd122ec4177bfdd5e97b9ceca18435
üst e909cf1b
...@@ -987,7 +987,7 @@ int RTFDocumentImpl::resolveChars(char ch) ...@@ -987,7 +987,7 @@ int RTFDocumentImpl::resolveChars(char ch)
// fdo#79384: Word will reject Shift-JIS following \loch // fdo#79384: Word will reject Shift-JIS following \loch
// but apparently OOo could read and (worse) write such documents // but apparently OOo could read and (worse) write such documents
SAL_INFO_IF(m_aStates.top().eRunType != RTFParserState::DBCH, SAL_INFO_IF(m_aStates.top().eRunType != RTFParserState::DBCH,
"writerfilter.rtftok", "invalid Shift-JIS without DBCH"); "writerfilter.rtf", "invalid Shift-JIS without DBCH");
unsigned char uch = ch; unsigned char uch = ch;
if ((uch >= 0x80 && uch <= 0x9F) || uch >= 0xE0) if ((uch >= 0x80 && uch <= 0x9F) || uch >= 0xE0)
{ {
......
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