INTEGRATION: CWS mav18 (1.12.16); FILE MERGED

2005/06/09 14:19:17 mav 1.12.16.1: #i50429# catch the exception
This commit is contained in:
Kurt Zenker 2005-07-12 11:26:48 +00:00
parent d0d97efb9d
commit 48d09f6ada

View file

@ -2,9 +2,9 @@
*
* $RCSfile: ipclient.cxx,v $
*
* $Revision: 1.12 $
* $Revision: 1.13 $
*
* last change: $Author: obo $ $Date: 2005-04-27 09:24:08 $
* last change: $Author: kz $ $Date: 2005-07-12 12:26:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -933,6 +933,10 @@ ErrCode SfxInPlaceClient::DoVerb( long nVerb )
::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SaveAs" ) ),
aDispatchArgs );
}
catch( task::ErrorCodeIOException& aErrorEx )
{
nError = (sal_uInt32)aErrorEx.ErrCode;
}
catch( uno::Exception& )
{
nError = ERRCODE_IO_GENERAL;