Kaydet (Commit) aca217b5 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#983801 Uncaught exception

Change-Id: Ib47f77fbd5ab03a04d40e95fa8338af238531a3b
üst 94cf2594
...@@ -983,7 +983,7 @@ OUString SdXShape::GetPlaceholderText() const ...@@ -983,7 +983,7 @@ OUString SdXShape::GetPlaceholderText() const
/** sets/reset the empty status of a presentation object /** sets/reset the empty status of a presentation object
*/ */
void SdXShape::SetEmptyPresObj(bool bEmpty) void SdXShape::SetEmptyPresObj(bool bEmpty)
throw (std::exception) throw (css::uno::RuntimeException, std::exception)
{ {
// only possible if this actually *is* a presentation object // only possible if this actually *is* a presentation object
if( !IsPresObj() ) if( !IsPresObj() )
......
...@@ -59,7 +59,7 @@ private: ...@@ -59,7 +59,7 @@ private:
bool IsEmptyPresObj() const throw(); bool IsEmptyPresObj() const throw();
void SetEmptyPresObj(bool bEmpty) void SetEmptyPresObj(bool bEmpty)
throw (std::exception); throw (css::uno::RuntimeException, std::exception);
bool IsMasterDepend() const throw(); bool IsMasterDepend() const throw();
void SetMasterDepend( bool bDepend ) throw(); void SetMasterDepend( bool bDepend ) throw();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment