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


User cl changed the following:

                  What    |Old value                 |New value
================================================================================
                        CC|''                        |'af'
--------------------------------------------------------------------------------
                    Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Sep  8 07:45:31 -0700 
2005 -------
Fixed in cws impress70,

multiple problems

EventMultiplexer::Implementation::~Implementation() called ReleaseListeners(),
which was already done once when disposing() was called. ReleaseListeners() in
this scenario caused an exception to be thrown and the dtor was not exception
safe. Removed the redundant call to ReleaseListeners().

Same for ~Listener() in SlsListener.cxx

SlideSorterController::~SlideSorterController() called dispose() which throwed
an exception, I catch them now

The real problem was DrawController::removeEventListener() throwing an exception
when disposed. According to DBO this should not happen, so I removed the 
exception

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