summaryrefslogtreecommitdiff
path: root/svx/source/form/fmundo.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:50:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:12 +0100
commit9859ee7b1901449e63e4047554776f23c2de20ce (patch)
tree3facdb30c2c4bec900c666781859c4aefa7d45c1 /svx/source/form/fmundo.cxx
parent77894947ea5fcae00d8eeaee9482b53adfc6b7f2 (diff)
New loplugin:dynexcspec: Add @throws documentation, svx
Change-Id: I0e827554a18622e19aec5f81c40da52664783f69
Diffstat (limited to 'svx/source/form/fmundo.cxx')
-rw-r--r--svx/source/form/fmundo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx
index 1a05c6910e3e..6963b0db8cee 100644
--- a/svx/source/form/fmundo.cxx
+++ b/svx/source/form/fmundo.cxx
@@ -78,6 +78,7 @@ using namespace ::dbtools;
class ScriptEventListenerWrapper : public cppu::WeakImplHelper< XScriptListener >
{
public:
+ /// @throws css::uno::RuntimeException
explicit ScriptEventListenerWrapper( FmFormModel& _rModel) throw ( RuntimeException )
:m_rModel( _rModel )
,m_attemptedListenerCreation( false )