coverity#983801 Uncaught exception
Change-Id: Ib47f77fbd5ab03a04d40e95fa8338af238531a3b
This commit is contained in:
@@ -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() )
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user