To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67120
                 Issue #|67120
                 Summary|wrong "throw()" clause for NodeReadGuardImpl c'tor
               Component|utilities
                 Version|680m173
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|obr
             Reported by|obr





------- Additional comments from [EMAIL PROTECTED] Fri Jul  7 06:53:01 -0700 
2006 -------
The c'tor NodeReadGuardImpl::NodeReadGuardImpl(NodeAccess& rNode) specifies
"throw()", but calls rNode.checkAlive() which in turn may through a
lang::DisposedException.

configmgr/source/api2/apinodeaccess.[ch]xx

This makes DisposedExceptions uncatchable. The solution is to remove the throw()
clause.

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