coverity#983801 Uncaught exception

Change-Id: Ib47f77fbd5ab03a04d40e95fa8338af238531a3b
This commit is contained in:
Caolán McNamara 2014-05-24 15:11:39 +01:00
parent 94cf259457
commit aca217b5fd
2 changed files with 2 additions and 2 deletions

View File

@ -983,7 +983,7 @@ OUString SdXShape::GetPlaceholderText() const
/** sets/reset the empty status of a presentation object
*/
void SdXShape::SetEmptyPresObj(bool bEmpty)
throw (std::exception)
throw (css::uno::RuntimeException, std::exception)
{
// only possible if this actually *is* a presentation object
if( !IsPresObj() )

View File

@ -59,7 +59,7 @@ private:
bool IsEmptyPresObj() const throw();
void SetEmptyPresObj(bool bEmpty)
throw (std::exception);
throw (css::uno::RuntimeException, std::exception);
bool IsMasterDepend() const throw();
void SetMasterDepend( bool bDepend ) throw();