Kaydet (Commit) 74ccf05e authored tarafından Noel Grandin's avatar Noel Grandin

cid#707135 Uncaught exception

Change-Id: I49d85f11bfe3a7cfdf3fd6cf252473a3f25bebe3
üst 9b6b260b
...@@ -1087,7 +1087,7 @@ void SdXShape::SetMasterDepend( bool bDepend ) throw() ...@@ -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(); SdrObject* pObj = mpShape->GetSdrObject();
if( pObj == NULL ) if( pObj == NULL )
......
...@@ -47,7 +47,7 @@ private: ...@@ -47,7 +47,7 @@ private:
const SfxItemPropertyMapEntry* mpMap; const SfxItemPropertyMapEntry* mpMap;
SdXImpressDocument* mpModel; 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 ); ::com::sun::star::uno::Any GetStyleSheet() const throw( ::com::sun::star::beans::UnknownPropertyException );
// Intern // Intern
......
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