summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 18:00:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:25 +0100
commitd08e466c465b6d10c381937fd5e7ba8a160e7b85 (patch)
tree58cc1b79f99c5a4777d38aff1badd5d86dec4b2f /include/canvas
parentea88107a65e93cde3729c46a4cc738ce396890ca (diff)
New loplugin:dynexcspec: Add @throws documentation, canvas
Change-Id: I70b52921291da551da7cc970e82f38b319f0ded8
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/base/disambiguationhelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/canvas/base/disambiguationhelper.hxx b/include/canvas/base/disambiguationhelper.hxx
index 6e3c12c9e0ba..ca9d36fa25fb 100644
--- a/include/canvas/base/disambiguationhelper.hxx
+++ b/include/canvas/base/disambiguationhelper.hxx
@@ -61,6 +61,7 @@ namespace canvas
virtual void disposeThis()
{}
+ /// @throws css::uno::RuntimeException
virtual void disposeEventSource( const css::lang::EventObject& ) throw (css::uno::RuntimeException)
{}