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


User mib changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|mib                       |mt
--------------------------------------------------------------------------------
          Target milestone|OOo 2.0.1                 |OOo Later
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Aug 23 00:52:50 -0700 
2005 -------
MIB: endDocument is a notification for the end of the document. It is hard to
say whether it is okay or not that endDocument closes the stream, but it would
be by definition an error to store additional information in the stream  using a
SAX handler after endDocument has been called. It would also be invalid to save
information using non SAX interfaces like stream operators, because this would
make it impossible to replace the SAXWriter with some other, non stream based
component in the future.

So, it actually might be wrong that endDocument closes the stream, but if this
causes an error, than the SAX interface itself is used the wrong way.

In any case, changing the behavior of endDocument for the 2.0.1 target is a very
high risk and should not be done. Therefore, I've retargeted the bug to "OOo 
Later"
.


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