To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84040
User ab changed the following:
What |Old value |New value
================================================================================
Assigned to|ab |jsk
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jan 11 14:16:11 +0000
2008 -------
ab->jsk: Please verify, complete test macro:
Sub Main
Dim oError1 as new com.sun.star.sdbc.SQLException
print isnull( oError1 )
Dim oError2 as Object
oError2 = CreateUnoStruct( "com.sun.star.sdbc.SQLException" )
print isnull( oError2 )
End Sub
Should display false twice. Before the Dim... line caused a compiler error
and oError2 would have been null.
---------------------------------------------------------------------
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]