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


User mba changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Feb  3 08:04:38 -0800 
2005 -------
Yes. the problem is:

sal_uInt32 nErrCode = m_pData->m_pObjectShell->GetError() ?                    
                                   m_pData->m_pObjectShell->GetError() :
ERRCODE_IO_CANTWRITE;
m_pData->m_pObjectShell->ResetError();

if ( bRet )
{
        m_pData->m_aPreusedFilterName = GetMediumFilterName_Impl();
        if ( !bSaveTo )
                SFX_APP()->NotifyEvent( SfxEventHint( SFX_EVENT_SAVEASDOCDONE,
m_pData->m_pObjectShell ) );
}
else
        throw task::ErrorCodeIOException( ::rtl::OUString(), uno::Reference<
uno::XInterface >(), nErrCode );

The only way to transport nError is throwing an exception, but here we only want
to transport a warning code.

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