https://bugs.documentfoundation.org/show_bug.cgi?id=155129

--- Comment #3 from Nick <nalong...@sbcglobal.net> ---
I've installed Ver 7.5, and quickly checked it with my original macros. I got
the "Hang" in the same location.

When I ran the Temp ("Test") macro I did get something different:

BASIC runtime error.
Object variable not set.

That messaged occurred after Temp1 was called on the first line of code.

dispatcher.executeDispatch(document, ".uno:GoToEndOfData", "", 0, args2())

Now args2 is defined in Temp as :

Dim args2(0) as new com.sun.star.beans.PropertyValue
args2(0).Name = "Sel"
args2(0).Value = false

I've never had that happened before. The only thing I can think of is a change
in the code, which I shall try to chase down.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to