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
|
/** 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();
|
SdrObject* pObj = mpShape->GetSdrObject();
|
||||||
if(pObj)
|
if(pObj)
|
||||||
|
@@ -53,7 +53,8 @@ private:
|
|||||||
// Intern
|
// Intern
|
||||||
SdAnimationInfo* GetAnimationInfo( sal_Bool bCreate = sal_False ) const
|
SdAnimationInfo* GetAnimationInfo( sal_Bool bCreate = sal_False ) const
|
||||||
throw (std::exception);
|
throw (std::exception);
|
||||||
sal_Bool IsPresObj() const throw();
|
sal_Bool IsPresObj() const
|
||||||
|
throw (std::exception);
|
||||||
void SetPresObj( sal_Bool bPresObj ) throw();
|
void SetPresObj( sal_Bool bPresObj ) throw();
|
||||||
|
|
||||||
bool IsEmptyPresObj() const throw();
|
bool IsEmptyPresObj() const throw();
|
||||||
|
Reference in New Issue
Block a user