To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98206
User mav changed the following:
What |Old value |New value
================================================================================
CC|'cl,regina' |'cl,mba,regina,sj'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Feb 6 10:58:48 +0000
2009 -------
It is not the second commit to the same medium. It is a commit of the different
medium.
The problem here is that the filter writes directly to the document instead of
writing to the SfxMedium provided in ConvertTo() call. As result the framework
implementation commits at the end the medium that was never written.
It worked before because the medium did not try to open the output stream, and
thus has nothing to commit. Now it has to open the stream, to handle the file
locking centrally.
I believed till now that we have a kind of rule, nobody writes directly to the
target document file except framework. If it is still true then this is a
problem of the export filter, the filter should get stream from the provided
medium and export there.
---------------------------------------------------------------------
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]