diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:52:02 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:14 +0100 |
commit | 7b79e23260db34f2bb0a2994a5e64dd39117228c (patch) | |
tree | 587b3c62ca67ee04e742e7856bf2bb169e72659c /scripting/source/protocolhandler/scripthandler.hxx | |
parent | 920f1dd4a77b887f79a24b76adf0d25f00551056 (diff) |
New loplugin:dynexcspec: Add @throws documentation, scripting
Change-Id: I3a3f8ad12bad448f0ea2beb698cf4e6636d4595a
Diffstat (limited to 'scripting/source/protocolhandler/scripthandler.hxx')
-rw-r--r-- | scripting/source/protocolhandler/scripthandler.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripting/source/protocolhandler/scripthandler.hxx b/scripting/source/protocolhandler/scripthandler.hxx index b550e1c2218d..70fe12843040 100644 --- a/scripting/source/protocolhandler/scripthandler.hxx +++ b/scripting/source/protocolhandler/scripthandler.hxx @@ -91,6 +91,7 @@ public: static OUString impl_getStaticImplementationName(); /* Helper for registry */ + /// @throws css::uno::RuntimeException static css::uno::Reference < css::uno::XInterface > SAL_CALL impl_createInstance( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceManager ) |