summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterButton.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:51:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:14 +0100
commit920f1dd4a77b887f79a24b76adf0d25f00551056 (patch)
tree04e53aa3203c1877a1d0490f743f8e6ac37d11a1 /sdext/source/presenter/PresenterButton.hxx
parent5fb6c73d3037d9f860212ecb06b99fdc34bb6dcc (diff)
New loplugin:dynexcspec: Add @throws documentation, sdext
Change-Id: Id01b4012d2ac3cf479a96ed496eff3d97e5c80c5
Diffstat (limited to 'sdext/source/presenter/PresenterButton.hxx')
-rw-r--r--sdext/source/presenter/PresenterButton.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdext/source/presenter/PresenterButton.hxx b/sdext/source/presenter/PresenterButton.hxx
index 37232cc363f0..fe16bcb2cbf0 100644
--- a/sdext/source/presenter/PresenterButton.hxx
+++ b/sdext/source/presenter/PresenterButton.hxx
@@ -160,6 +160,7 @@ private:
const css::uno::Reference<css::uno::XComponentContext>& rxComponentContext,
const OUString& rsConfgurationName);
+ /// @throws css::lang::DisposedException
void ThrowIfDisposed() const
throw (css::lang::DisposedException);
};