Kaydet (Commit) 392e5dfe authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryparen

Change-Id: I5a1fa919b7fe8c91ac886a796426b5671573dbb6
üst 67d11883
......@@ -79,7 +79,7 @@ RTFError RTFTokenizer::resolveParse()
m_xStatusIndicator->setValue(nLastPos = nCurrentPos);
}
while ((Strm().ReadChar(ch), !Strm().eof()))
while (Strm().ReadChar(ch), !Strm().eof())
{
//SAL_INFO("writerfilter", OSL_THIS_FUNC << ": parsing character '" << ch << "'");
......
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