summaryrefslogtreecommitdiff
path: root/include/svx/ShapeTypeHandler.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/ShapeTypeHandler.hxx
parent77894947ea5fcae00d8eeaee9482b53adfc6b7f2 (diff)
New loplugin:dynexcspec: Add @throws documentation, svx
Change-Id: I0e827554a18622e19aec5f81c40da52664783f69
Diffstat (limited to 'include/svx/ShapeTypeHandler.hxx')
-rw-r--r--include/svx/ShapeTypeHandler.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/ShapeTypeHandler.hxx b/include/svx/ShapeTypeHandler.hxx
index b2c80e3cac0b..b5254453da00 100644
--- a/include/svx/ShapeTypeHandler.hxx
+++ b/include/svx/ShapeTypeHandler.hxx
@@ -136,6 +136,8 @@ public:
ShapeTypeDescriptor aDescriptorList[]);
/// get the accessible base name for an object
+ ///
+ /// @throws css::uno::RuntimeException
static OUString CreateAccessibleBaseName (
const css::uno::Reference< css::drawing::XShape >& rxShape)
throw (css::uno::RuntimeException, std::exception);