diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-27 08:47:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-27 10:49:59 +0200 |
commit | cf5a067ab6501bba976827a21a4d1358fddc5782 (patch) | |
tree | 761d06cf1b293aefd05240400f1087ed0aea2aa9 /svx | |
parent | 48761084b2d30d7bf31c0972f1a6850de5fd55d4 (diff) |
cid#707273 Uncaught exception
Change-Id: Ic9dcbcdc73a0e7b95d665e58db291fa50a287a3c
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 1557bba05d20..032e6af61d75 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -210,7 +210,7 @@ SvxShape::SvxShape( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries, } -SvxShape::SvxShape() throw() +SvxShape::SvxShape() throw( uno::RuntimeException ) : maSize(100,100) , mpImpl( new SvxShapeImpl( *this, maMutex ) ) , mbIsMultiPropertyCall(false) |