summaryrefslogtreecommitdiff
path: root/svtools/source/uno/unoevent.cxx
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 /svtools/source/uno/unoevent.cxx
parent9859ee7b1901449e63e4047554776f23c2de20ce (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.cxx1
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)