To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97042


User mod changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'mod'
--------------------------------------------------------------------------------
        Target milestone|OOo 3.x                   |OOo 3.1
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Wed Jan 14 13:27:55 +0000 
2009 -------
I wasn't on cc, so I missed your comment.

I guess this makes sense as well, so please do not integrate the second part to
drop c++ support:

+                       else if (cPeekNext=='*')
+                       {
+                                while( cPeekNext != CHAR_EOF )
+                                {
+                                        getChar();
+                                       cPeekNext = peekChar();
+                                       if (cPeekNext=='*')
+                                       {
+                                               // * removed
+                                               getChar();
+                                               cPeekNext = peekChar(); 
+                                               if (cPeekNext=='/')
+                                               {
+                                                       getChar();
+                                                       break;
+                                               }
+                                       }
+                                }
+                                reType = TT_COMMENT;
+
+                       }


---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to