To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90608
Issue #|90608
Summary|infinite recursion on invalid input
Component|tools
Version|DEV300m18
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P4
Subcomponent|autodoc
Assigned to|np
Reported by|mst
------- Additional comments from [EMAIL PROTECTED] Wed Jun 11 10:22:09 +0000
2008 -------
following invalid input will make autodoc contribute to global warming:
#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
#endif
interface XNodeA
{
};
interface XNodeB
{
};
interface XNodeAB: XNodeA, XNodeB // the comma is the problem
{
};
---------------------------------------------------------------------
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]