To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48989
User as changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WORKSFORME
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu May 19 05:23:49 -0700
2005 -------
AS->mr_than: Sorry ... but I cant reproduce this error. On the other side I
dont have
the complete code of your script. The only thing I've noticed that may be our
documentation of css.frame.XStorable isnt complete.
Do you use XStorable.storeAsURL() ? If yes ... it's wrong. You will get an
IOException and in case you dont catch it, it will let crash your script
application.
The reason for this exception: using a pure export filter (which isnt an import
filter
too) isnt allowed with storeAsURL(). You have to use storeToURL() instead.
Because it's an "Export ..." not a "Save As ..." functionality you require.
I've tested the attached basic script with SRC680 m95 and SRC680 m103 ... and
it
works.
---------------------------------------------------------------------
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]