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


User pagalmes changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jul 27 14:46:46 +0000 
2007 -------
See issue 79951 for more explanations.

Here is the code that works with the interaction handler posted by "Danad"
(http://www.oooforum.org/forum/viewtopic.phtml?t=41948)


url = "http://localhost:8080/mydir/webdav/123.odt"; 
Dim arg(0) As New com.sun.star.beans.PropertyValue 
OOServiceManager = CreateObject("com.sun.star.ServiceManager") 
iHandler = 
OOServiceManager.createInstance("com.sun.star.task.InteractionHandler") 
arg(0).Name = "InteractionHandler" 
arg(0).Value = iHandler 
StarDesktop.storeAsURL(url, arg )



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