summaryrefslogtreecommitdiff
path: root/vbahelper/source/msforms/vbauserform.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-23 09:01:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-23 09:40:04 +0100
commitc27fb22432d5f817ceef7af2936bb276a305a158 (patch)
treee478929767c7dd2a76d2917a650729eaae233e77 /vbahelper/source/msforms/vbauserform.hxx
parent18891c5d7d1a8039241bc07d26538faf524fad72 (diff)
coverity#707461 Uncaught exception
Change-Id: I73d469744605e788c3b5710b38ef846a444cff68
Diffstat (limited to 'vbahelper/source/msforms/vbauserform.hxx')
-rw-r--r--vbahelper/source/msforms/vbauserform.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/msforms/vbauserform.hxx b/vbahelper/source/msforms/vbauserform.hxx
index 2684f8ea96db..52bf4d952769 100644
--- a/vbahelper/source/msforms/vbauserform.hxx
+++ b/vbahelper/source/msforms/vbauserform.hxx
@@ -39,7 +39,7 @@ private:
OUString m_sLibName;
protected:
public:
- ScVbaUserForm( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno::XComponentContext >const& xContext ) throw ( css::lang::IllegalArgumentException );
+ ScVbaUserForm( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno::XComponentContext >const& xContext ) throw ( css::lang::IllegalArgumentException, css::uno::RuntimeException );
virtual ~ScVbaUserForm();
static css::uno::Reference< css::awt::XControl > nestedSearch( const OUString& aPropertyName, css::uno::Reference< css::awt::XControlContainer >& xContainer );
// XUserForm