summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:51:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:14 +0100
commit5fb6c73d3037d9f860212ecb06b99fdc34bb6dcc (patch)
tree6dd0597909385e6cabfdc6fa9b6203458f8d8689 /sfx2/source/control
parent5ad3a737e0ec43ca41bc8353cd0897d882204d32 (diff)
New loplugin:dynexcspec: Add @throws documentation, sfx2
Change-Id: I6568efb53c0904c58bcb648777b84471e5b4b501
Diffstat (limited to 'sfx2/source/control')
-rw-r--r--sfx2/source/control/thumbnailviewacc.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/control/thumbnailviewacc.hxx b/sfx2/source/control/thumbnailviewacc.hxx
index 744970835e28..33eb205187a4 100644
--- a/sfx2/source/control/thumbnailviewacc.hxx
+++ b/sfx2/source/control/thumbnailviewacc.hxx
@@ -153,6 +153,8 @@ private:
state of being disposed). If that is the case then
DisposedException is thrown to inform the (indirect) caller of the
foul deed.
+
+ @throws css::lang::DisposedException
*/
void ThrowIfDisposed()
throw (css::lang::DisposedException);