summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_except.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:54:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:17 +0100
commitf486e4a428be124627d89ce9f9ccf18eca9deb75 (patch)
tree02c036690cd1178d9de4a33d848ab5ae1d0f6bf2 /pyuno/source/module/pyuno_except.cxx
parent6fffabf4e5afcc97126b6281f3d322cbd7615f7d (diff)
New loplugin:dynexcspec: Add @throws documentation, pyuno
Change-Id: I1888938e447f8ca115d326d5e4849d6b21904b04
Diffstat (limited to 'pyuno/source/module/pyuno_except.cxx')
-rw-r--r--pyuno/source/module/pyuno_except.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_except.cxx b/pyuno/source/module/pyuno_except.cxx
index 1a42330f47ed..a0673696f00f 100644
--- a/pyuno/source/module/pyuno_except.cxx
+++ b/pyuno/source/module/pyuno_except.cxx
@@ -74,7 +74,7 @@ void raisePyExceptionWithAny( const css::uno::Any &anyExc )
}
}
-
+/// @throws RuntimeException
static PyRef createClass( const OUString & name, const Runtime &runtime )
throw ( RuntimeException )
{