diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:48:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:10 +0100 |
commit | 53d6df4f54d92bdb527ff2824561db998695e865 (patch) | |
tree | e1031aed2c4d759d6a3f5e3748e4381df60a56d9 /include/unotools/accessiblerelationsethelper.hxx | |
parent | d9126de425534db6f09a1a7ef5d0e91f26a2c6ea (diff) |
New loplugin:dynexcspec: Add @throws documentation, unotools
Change-Id: Ie1adfe09bf5b63adecc0a5a67a042e6e678b58dd
Diffstat (limited to 'include/unotools/accessiblerelationsethelper.hxx')
-rw-r--r-- | include/unotools/accessiblerelationsethelper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unotools/accessiblerelationsethelper.hxx b/include/unotools/accessiblerelationsethelper.hxx index 7f67eb8b2235..4daa4152da4b 100644 --- a/include/unotools/accessiblerelationsethelper.hxx +++ b/include/unotools/accessiblerelationsethelper.hxx @@ -113,6 +113,7 @@ public: getRelationByType( sal_Int16 aRelationType ) throw (css::uno::RuntimeException, std::exception) override; + /// @throws uno::RuntimeException void AddRelation( const css::accessibility::AccessibleRelation& rRelation) throw (css::uno::RuntimeException); |