summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleShape.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:50:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:12 +0100
commit9859ee7b1901449e63e4047554776f23c2de20ce (patch)
tree3facdb30c2c4bec900c666781859c4aefa7d45c1 /include/svx/AccessibleShape.hxx
parent77894947ea5fcae00d8eeaee9482b53adfc6b7f2 (diff)
New loplugin:dynexcspec: Add @throws documentation, svx
Change-Id: I0e827554a18622e19aec5f81c40da52664783f69
Diffstat (limited to 'include/svx/AccessibleShape.hxx')
-rw-r--r--include/svx/AccessibleShape.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index c5d04641208b..d6860526efa9 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -423,6 +423,8 @@ protected:
virtual void SAL_CALL disposing() override;
/** Create a base name string that contains the accessible name.
+
+ @throws css::uno::RuntimeException
*/
virtual OUString
CreateAccessibleBaseName()
@@ -439,6 +441,7 @@ protected:
virtual OUString
CreateAccessibleDescription()
throw (css::uno::RuntimeException, std::exception) override;
+ /// @throws css::uno::RuntimeException
OUString
GetFullAccessibleName(AccessibleShape *shape)
throw (css::uno::RuntimeException, std::exception);