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


User cd changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|cd                        |cgu
--------------------------------------------------------------------------------
                    Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Feb  7 08:53:13 -0800 
2005 -------
cd->cgu: Sorry, I am not able to reproduce this behavior. I used AS basic macro
to crash impress and checked all recovered impress documents. No document showed
the described problem. Please provide me a reproduceable scenario to find this
problem. At the moment I am without a clue.

I used the following Basic macro to produce a crash:

sub crash

        dim url as new com.sun.star.util.URL
        url.Complete = "slot:6645"
        
        parser = createUnoService("com.sun.star.util.URLTransformer")
        parser.parseStrict(url)
        
        dispatcher = StarDesktop.queryDispatch(url, "", 0)
        dispatcher.dispatch(url, dimarray())

end sub

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