To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41781
User tbo changed the following:
What |Old value |New value
================================================================================
Assigned to|tbo |mba
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Feb 23 03:26:16 -0800
2005 -------
reproduceable without TestTool application;
start OOo with -accept=socket,host=localhost,port=4711;urp
on your windows machine - needs to be a src680m74 - in m80 mspaint.exe isn't
used anymore
start another OOo on other machine with the macro:
Sub Main
a = createUnoService("com.sun.star.connection.Connector")
b = a.connect("socket,host=tbo-1,port=4711")
c = createUnoService("com.sun.star.bridge.BridgeFactory")
d = c.createBridge("","urp",b,NULL)
e = d.getInstance("StarOffice.ServiceManager")
f = e.createInstance( "com.sun.star.frame.Desktop" )
oDoc =
f.loadComponentFromUrl("file:///V:/qatesttool/sun_framework/benchmarq/input/Writer/TIPS2.DOC","_blank",0,
dimArray())
oDoc.close(true)
End Sub
adjust the path of TIPS2.DOC
run
---------------------------------------------------------------------
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]