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





------- Additional comments from [EMAIL PROTECTED] Wed Dec 19 08:24:45 +0000 
2007 -------
there is a problem with this patch :-( Not sure exactly where it goes wrong but
it  seems to not treat named params correctly in some circumstances ( e.g. in
combination with more bracketed things )so, something like

application.goto Reference:=Range("a1"), Scroll:=True ' fails in a strange way (
named param not recognized error)

set thing=Worksheets("Sheet1").Range("A154")
application.goto Reference:=thing, Scroll:=True  ' works as expected

application.goto Reference:=(Range("a1")), Scroll:=True ' works as expected

sorry :-( ( I will of course try and get to the bottom of that )

bottom, line is I would not integrate that patch right now

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