diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-27 09:06:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-27 10:49:59 +0200 |
commit | 616011663a3cb4fe138e5335d1d996b1c00f5bde (patch) | |
tree | 407d583bb9e6394afe7531789accfefa9a263634 /svx/source | |
parent | 388f1fc62bc1920c6ca61ecf78538734f5082ae5 (diff) |
cid#707271 Uncaught exception
Change-Id: I95d1e737004074a00100b4c7ba4f15f660df4ff5
Diffstat (limited to 'svx/source')
-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 37d5769e6d71..202ac3aa267b 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -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) |