cid#707135 Uncaught exception

Change-Id: I49d85f11bfe3a7cfdf3fd6cf252473a3f25bebe3
This commit is contained in:
Noel Grandin
2014-05-27 09:59:28 +02:00
parent 9b6b260bcc
commit 74ccf05ef6
2 changed files with 2 additions and 2 deletions

View File

@@ -1087,7 +1087,7 @@ void SdXShape::SetMasterDepend( bool bDepend ) throw()
}
}
void SdXShape::SetStyleSheet( const uno::Any& rAny ) throw( lang::IllegalArgumentException )
void SdXShape::SetStyleSheet( const uno::Any& rAny ) throw( lang::IllegalArgumentException, beans::UnknownPropertyException )
{
SdrObject* pObj = mpShape->GetSdrObject();
if( pObj == NULL )

View File

@@ -47,7 +47,7 @@ private:
const SfxItemPropertyMapEntry* mpMap;
SdXImpressDocument* mpModel;
void SetStyleSheet( const ::com::sun::star::uno::Any& rAny ) throw( ::com::sun::star::lang::IllegalArgumentException );
void SetStyleSheet( const ::com::sun::star::uno::Any& rAny ) throw( ::com::sun::star::lang::IllegalArgumentException, css::beans::UnknownPropertyException );
::com::sun::star::uno::Any GetStyleSheet() const throw( ::com::sun::star::beans::UnknownPropertyException );
// Intern