Kaydet (Commit) b846ca2c authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Fridrich Štrba

cid#707271 Uncaught exception

Change-Id: I95d1e737004074a00100b4c7ba4f15f660df4ff5
üst 0ad0fc94
......@@ -166,7 +166,7 @@ protected:
virtual bool setPropertyToDefaultImpl( const SfxItemPropertySimpleEntry* pProperty ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::uno::RuntimeException);
public:
SvxShape( SdrObject* pObj ) throw ();
SvxShape( SdrObject* pObj ) throw (css::uno::RuntimeException);
SvxShape( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries, const SvxItemPropertySet* pPropertySet ) throw (css::uno::RuntimeException);
SvxShape() throw (css::uno::RuntimeException);
virtual ~SvxShape() throw ();
......
......@@ -182,7 +182,7 @@ protected:
***********************************************************************/
SvxShape::SvxShape( SdrObject* pObject ) throw()
SvxShape::SvxShape( SdrObject* pObject ) throw( uno::RuntimeException )
: maSize(100,100)
, mpImpl( new SvxShapeImpl( *this, maMutex ) )
, mbIsMultiPropertyCall(false)
......
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