diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-27 08:59:17 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-27 10:49:59 +0200 |
commit | 388f1fc62bc1920c6ca61ecf78538734f5082ae5 (patch) | |
tree | 38aa1e53867d7246d41c4803a6a90228a6196f6d /svx | |
parent | cf5a067ab6501bba976827a21a4d1358fddc5782 (diff) |
cid#707272 Uncaught exception
Change-Id: I4ff6b2fddc0cb96ec088cb0b123a9f6185db389c
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 032e6af61d75..37d5769e6d71 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -196,7 +196,7 @@ SvxShape::SvxShape( SdrObject* pObject ) throw() } -SvxShape::SvxShape( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries, const SvxItemPropertySet* pPropertySet ) throw() +SvxShape::SvxShape( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries, const SvxItemPropertySet* pPropertySet ) throw( uno::RuntimeException ) : maSize(100,100) , mpImpl( new SvxShapeImpl( *this, maMutex ) ) , mbIsMultiPropertyCall(false) |