To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44541
User ab changed the following:
What |Old value |New value
================================================================================
Assigned to|ab |dbo
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 20 03:28:53 -0700
2005 -------
ab->dbo: If you still maintain core reflection, this one is for you
I found a simple example independent from database API:
Sub Test
Dim oNull As Object
oDocument = StarDesktop.loadComponentFromURL( "private:factory/swriter",
"_blank", 0, oNull )
End Sub
On Linux this throws an core reflection exception and this is correct as Basic
passes a void Any for oNull that cannot be converted into a sequence<Property-
Value>. On Windows the macro works. This is wrong and can lead to programs
that (only) run on windows although they contain bugs.
---------------------------------------------------------------------
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]