summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-27 09:56:28 +0200
committerNoel Grandin <noel@peralex.com>2014-05-27 10:50:04 +0200
commit9b6b260bcc236d109546758796519bca0dd02eba (patch)
tree065f2d8c297c481631432d71e4d433592d6b6598 /include
parent56c4dbe523bd7c0d30f7d7590ac8eaf519e8490d (diff)
cid#707139 Uncaught exception
Change-Id: I4d821c576fef09ca7935a931b1632238ae550df9
Diffstat (limited to 'include')
-rw-r--r--include/svx/unopool.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unopool.hxx b/include/svx/unopool.hxx
index e327cc704ab4..5914559c1a80 100644
--- a/include/svx/unopool.hxx
+++ b/include/svx/unopool.hxx
@@ -78,7 +78,7 @@ protected:
void init();
virtual void getAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException);
- virtual void putAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::IllegalArgumentException);
+ virtual void putAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::IllegalArgumentException, css::uno::RuntimeException);
protected:
SdrModel* mpModel;