To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109702
------- Additional comments from [email protected] Wed Dec 8 14:36:29 +0000 2010 ------- ab->cmc: Your patch handles this scenario as an error (return FALSE), but an empty comment line is a valid comment. Wouldn't it be better to just avoid the unnecessary peekChar() ? { c = getChar(); // '/' entfernen // Alle Zeichen bis Zeilen-Ende oder EOF entfernen + sal_Unicode cPeek = c; - sal_Unicode cPeek = peekChar(); while( cPeek != CHAR_EOF && testCharFlags( cPeek, CHAR_EOL ) == FALSE ) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
