summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/PresenterTextView.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:53:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:15 +0100
commitf96428fc5f9c19b9fe1d6eb32ddac8d84f7372ef (patch)
treed2a92a9b0edafef68d01c4f71c0ba09355fe5f52 /sd/source/ui/presenter/PresenterTextView.hxx
parentb36f675c5e13decbd3204c0e5e893a41e5653a72 (diff)
New loplugin:dynexcspec: Add @throws documentation, sd
Change-Id: I01e47c52eb4313cf43561d7a57b71656fb66b2ef
Diffstat (limited to 'sd/source/ui/presenter/PresenterTextView.hxx')
-rw-r--r--sd/source/ui/presenter/PresenterTextView.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/presenter/PresenterTextView.hxx b/sd/source/ui/presenter/PresenterTextView.hxx
index 164964860e9c..ab70375b13fc 100644
--- a/sd/source/ui/presenter/PresenterTextView.hxx
+++ b/sd/source/ui/presenter/PresenterTextView.hxx
@@ -68,7 +68,7 @@ private:
class Implementation;
std::unique_ptr<Implementation> mpImplementation;
- /** This method throws a DisposedException when the object has already been
+ /** @throws css::lang::DisposedException when the object has already been
disposed.
*/
void ThrowIfDisposed() throw (css::lang::DisposedException);