diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:49:03 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:11 +0100 |
commit | 1aabba2778e3a634be00d8a6eb0388c4aaf07ccf (patch) | |
tree | ce1371acf050de02c4801d6ca9a18593e1b03712 /include/ucbhelper/interactionrequest.hxx | |
parent | 53d6df4f54d92bdb527ff2824561db998695e865 (diff) |
New loplugin:dynexcspec: Add @throws documentation, ucbhelper
Change-Id: Ib197a945bb51823399c4e19a5ffdfe64483107a3
Diffstat (limited to 'include/ucbhelper/interactionrequest.hxx')
-rw-r--r-- | include/ucbhelper/interactionrequest.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx index f0d3fec4bd3e..ff5eaaed539d 100644 --- a/include/ucbhelper/interactionrequest.hxx +++ b/include/ucbhelper/interactionrequest.hxx @@ -595,6 +595,7 @@ public: // XAuthFallback virtual void SAL_CALL setCode( const OUString& code ) throw (::css::uno::RuntimeException, ::std::exception) override; + /// @throws css::uno::RuntimeException const OUString& SAL_CALL getCode() throw (::css::uno::RuntimeException, ::std::exception); |