summaryrefslogtreecommitdiff
path: root/include/svx/unoshape.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-27 09:06:55 +0200
committerNoel Grandin <noel@peralex.com>2014-05-27 10:49:59 +0200
commit616011663a3cb4fe138e5335d1d996b1c00f5bde (patch)
tree407d583bb9e6394afe7531789accfefa9a263634 /include/svx/unoshape.hxx
parent388f1fc62bc1920c6ca61ecf78538734f5082ae5 (diff)
cid#707271 Uncaught exception
Change-Id: I95d1e737004074a00100b4c7ba4f15f660df4ff5
Diffstat (limited to 'include/svx/unoshape.hxx')
-rw-r--r--include/svx/unoshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index a6494681458f..1fa5696ceef7 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -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 ();