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


User mav changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|mav                       |os
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Mon Jan  5 09:06:26 +0000 
2009 -------
mav->os: The problem is not reproducible on Windows, since the Windows platform
is not so sensible for unexpected exceptions. Although the functionality does
not work there as well.

The office does not really crash in SfxBaseModel::storeToURL(). The method just
throws a legal exception because the document can not be stored ( the document
is locked and can not be overwritten with storeToURL call ), but the caller is
not ready for any exception.

So the problem must be fixed in SwMailMergeOutputPage::SaveOutputHdl_Impl() call
in mmoutputpage.cxx file. The exception must be at least caught. An error
message could be shown as well, it looks to be implemented already for another
case in this method below.

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