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

cid#707273 Uncaught exception

Change-Id: Ic9dcbcdc73a0e7b95d665e58db291fa50a287a3c
üst d92d9d2b
...@@ -168,7 +168,7 @@ protected: ...@@ -168,7 +168,7 @@ protected:
public: public:
SvxShape( SdrObject* pObj ) throw (); SvxShape( SdrObject* pObj ) throw ();
SvxShape( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries, const SvxItemPropertySet* pPropertySet ) throw (); SvxShape( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries, const SvxItemPropertySet* pPropertySet ) throw ();
SvxShape() throw (); SvxShape() throw (css::uno::RuntimeException);
virtual ~SvxShape() throw (); virtual ~SvxShape() throw ();
// Internals // Internals
......
...@@ -210,7 +210,7 @@ SvxShape::SvxShape( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries, ...@@ -210,7 +210,7 @@ SvxShape::SvxShape( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries,
} }
SvxShape::SvxShape() throw() SvxShape::SvxShape() throw( uno::RuntimeException )
: maSize(100,100) : maSize(100,100)
, mpImpl( new SvxShapeImpl( *this, maMutex ) ) , mpImpl( new SvxShapeImpl( *this, maMutex ) )
, mbIsMultiPropertyCall(false) , 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