diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-13 13:07:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-13 13:38:25 +0100 |
commit | 120a04d678dfa01d1a8414f8d4b75e0843f43e1e (patch) | |
tree | cf5916b358da51dece6ba66f252666b1124819af /include/svx | |
parent | a288bebbcec0b16e1ced09a601de5ffbb6b1bbe0 (diff) |
coverity#983928 Uncaught exception
Change-Id: Ib3b25a0aab2389be68fc8339f9b08a87de419b33
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/unopool.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/unopool.hxx b/include/svx/unopool.hxx index 5914559c1a80..348f97a4ae33 100644 --- a/include/svx/unopool.hxx +++ b/include/svx/unopool.hxx @@ -40,10 +40,10 @@ class SVX_DLLPUBLIC SvxUnoDrawPool : public ::cppu::OWeakAggObject, public comphelper::PropertySetHelper { public: - SvxUnoDrawPool( SdrModel* pModel, sal_Int32 nServiceId ) throw(); + SvxUnoDrawPool(SdrModel* pModel, sal_Int32 nServiceId); /** deprecated */ - SvxUnoDrawPool( SdrModel* pModel ) throw(); + SvxUnoDrawPool(SdrModel* pModel); virtual ~SvxUnoDrawPool() throw(); /** This returns the item pool from the given model, or the default pool if there is no model and bReadOnly is true. |