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


User af changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from a...@openoffice.org Fri Oct 16 11:35:34 +0000 
2009 -------
The crash is caused by an unexpected exception:

1. The XAccessibleContext::getAccessibleChild method is declared to raise (among
others) the IndexOutOfBoundsException.

2. The implementing methods for the Impress edit view (in classes
AccessibleDocumentViewBase and AccessibleDrawDocumentView) dropped this 
exception.

3. When a slide is copied and pasted then, for a reason that is not important
here, this very exception is thrown in AccessibleDrawDocumentView.  Because the
exception is not part of the throw part of the declaration it is treated as
unexpected exception and therefore leads to an abortion of  the whole process.


The root cause of all this is of course item 2: dropping the
IndexOutOfBoundsException from the declaration.

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


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

Reply via email to