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





------- Additional comments from f...@openoffice.org Fri Feb 20 13:32:52 +0000 
2009 -------
The attached patch does the following:
- adds an $(ARG1) to the "SbERR_NO_METHOD & ERRCODE_RES_MASK" error message
  in sb.src
- introduces method variants of FatalError respectively Error, at the classes
  SbiInstance, SbiRuntime, StarBASIC, which do not only take an error code,
  but also additional error details.
- replaces every call to
    SomeClass::(Fatal)Error( SbERR_NO_METHOD )
  with
    SomeClass::(Fatal)Error( SbERR_NO_METHOD, <variable_name> )
- removes the class UnoClassMemberVariable, which also used to call
  Error( SbERR_NO_METHOD ), but does not seem to be used anymore.

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


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

Reply via email to