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