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


User jsc changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |WONTFIX
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Feb  1 02:49:35 -0800 
2006 -------
JSC -> FS: I won't fix this issue becasue it is not necessary and useful. You
need the full type defintion either way and if we allow forward declaration you
maybe forget to define the forward declared type which would cause errors later.
Forward declaration of interfaces is necessary because of cyclic dependencies,
for example struct A use interface I and interface I use struct A. We don't have
this kind of cyclic dependencies for structs or exceptions. You can alyways
bring the definition of them in a linear order.


---------------------------------------------------------------------
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]

Reply via email to