diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:48:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:10 +0100 |
commit | 9c807ff9d8e0e6e84852aead31d8b19ec6453207 (patch) | |
tree | fdc8e83208ecfa3c28c96d8ba68b4e9828f5c489 /uui | |
parent | 9439844a795e32c67bdb0b0d83f7d9c200866df4 (diff) |
New loplugin:dynexcspec: Add @throws documentation, uui
Change-Id: I0350334f8d9a1f56044dd574328bdc3a21d4509d
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/passwordcontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/passwordcontainer.cxx b/uui/source/passwordcontainer.cxx index e724fbb03441..35bf978669d8 100644 --- a/uui/source/passwordcontainer.cxx +++ b/uui/source/passwordcontainer.cxx @@ -402,7 +402,7 @@ PasswordContainerInteractionHandler::handleInteractionRequest( // Service factory implementation. - +/// @throws uno::Exception static uno::Reference< uno::XInterface > SAL_CALL PasswordContainerInteractionHandler_CreateInstance( const uno::Reference< lang::XMultiServiceFactory> & rSMgr ) |