summaryrefslogtreecommitdiff
path: root/include/svtools/unoevent.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:50:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:12 +0100
commit2527c001408b17b5a740d81debcf97a1385932e0 (patch)
tree7935f00217ec102995b7cf4656bbfa3e8dbb9474 /include/svtools/unoevent.hxx
parent9859ee7b1901449e63e4047554776f23c2de20ce (diff)
New loplugin:dynexcspec: Add @throws documentation, svtools
Change-Id: I274142728ea25be094343e3489758314e371a857
Diffstat (limited to 'include/svtools/unoevent.hxx')
-rw-r--r--include/svtools/unoevent.hxx11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/svtools/unoevent.hxx b/include/svtools/unoevent.hxx
index 39c934d25206..2dff69664efe 100644
--- a/include/svtools/unoevent.hxx
+++ b/include/svtools/unoevent.hxx
@@ -127,6 +127,11 @@ public:
protected:
/// Must be implemented in subclass.
+ ///
+ /// @throws css::lang::IllegalArgumentException
+ /// @throws css::container::NoSuchElementException
+ /// @throws css::lang::WrappedTargetException
+ /// @throws css::uno::RuntimeException
virtual void replaceByName(
const sal_uInt16 nEvent, /// item ID of event
const SvxMacro& rMacro) /// event (will be copied)
@@ -137,6 +142,10 @@ protected:
css::uno::RuntimeException) = 0;
/// Must be implemented in subclass.
+ ///
+ /// @throws css::container::NoSuchElementException
+ /// @throws css::lang::WrappedTargetException
+ /// @throws css::uno::RuntimeException
virtual void getByName(
SvxMacro& rMacro,
const sal_uInt16 nEvent )
@@ -262,7 +271,7 @@ protected:
/// do we have an event?
/// return true: we have a macro for the event
/// return false: no macro; getByName() will return an empty macro
- /// IllegalArgumentException: the event is not supported
+ /// @throws css::lang::IllegalArgumentException if the event is not supported
bool hasById(
const sal_uInt16 nEvent ) const /// item ID of event
throw(