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

coverity#737827 Uncaught exception

Change-Id: Iab21baa94bb2fa3d0de6155e670f198d35de72e9
üst 4b86ca09
......@@ -941,7 +941,8 @@ OUString SdXShape::GetPlaceholderText() const
/** sets/reset the empty status of a presentation object
*/
void SdXShape::SetEmptyPresObj( bool bEmpty ) throw()
void SdXShape::SetEmptyPresObj(bool bEmpty)
throw std::exception()
{
// only possible if this actually *is* a presentation object
if( !IsPresObj() )
......
......@@ -56,7 +56,7 @@ private:
void SetPresObj( sal_Bool bPresObj ) throw();
bool IsEmptyPresObj() const throw();
void SetEmptyPresObj( bool bEmpty ) throw();
void SetEmptyPresObj(bool bEmpty) throw std::exception();
sal_Bool IsMasterDepend() const throw();
void SetMasterDepend( sal_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