diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:50:25 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:12 +0100 |
commit | 2527c001408b17b5a740d81debcf97a1385932e0 (patch) | |
tree | 7935f00217ec102995b7cf4656bbfa3e8dbb9474 /svtools/source/uno/unoevent.cxx | |
parent | 9859ee7b1901449e63e4047554776f23c2de20ce (diff) |
New loplugin:dynexcspec: Add @throws documentation, svtools
Change-Id: I274142728ea25be094343e3489758314e371a857
Diffstat (limited to 'svtools/source/uno/unoevent.cxx')
-rw-r--r-- | svtools/source/uno/unoevent.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/uno/unoevent.cxx b/svtools/source/uno/unoevent.cxx index c8a6a061b59b..e8f6cbd5cdcf 100644 --- a/svtools/source/uno/unoevent.cxx +++ b/svtools/source/uno/unoevent.cxx @@ -134,6 +134,7 @@ void getAnyFromMacro(Any& rAny, const SvxMacro& rMacro) } } +/// @throws IllegalArgumentException void getMacroFromAny( SvxMacro& rMacro, const Any& rAny) |