coverity#737835 Uncaught exception
Change-Id: If5452880070876a4dfc2526b08928fb219a60529
This commit is contained in:
@@ -892,7 +892,8 @@ uno::Sequence< OUString > SAL_CALL SdXShape::getSupportedServiceNames() throw(::
|
||||
|
||||
/** checks if this is a presentation object
|
||||
*/
|
||||
sal_Bool SdXShape::IsPresObj() const throw()
|
||||
sal_Bool SdXShape::IsPresObj() const
|
||||
throw (std::exception)
|
||||
{
|
||||
SdrObject* pObj = mpShape->GetSdrObject();
|
||||
if(pObj)
|
||||
|
@@ -53,7 +53,8 @@ private:
|
||||
// Intern
|
||||
SdAnimationInfo* GetAnimationInfo( sal_Bool bCreate = sal_False ) const
|
||||
throw (std::exception);
|
||||
sal_Bool IsPresObj() const throw();
|
||||
sal_Bool IsPresObj() const
|
||||
throw (std::exception);
|
||||
void SetPresObj( sal_Bool bPresObj ) throw();
|
||||
|
||||
bool IsEmptyPresObj() const throw();
|
||||
|
Reference in New Issue
Block a user