summaryrefslogtreecommitdiffstats
path: root/include/salhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:54:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:16 +0100
commit4500e89f7f933e8b90d175b739e9d0b2a4c11486 (patch)
tree50b7fceb4e563cb26ad62e7d026484827d641829 /include/salhelper
parentNew loplugin:dynexcspec: Add @throws documentation, sax (diff)
downloadcore-4500e89f7f933e8b90d175b739e9d0b2a4c11486.tar.gz
core-4500e89f7f933e8b90d175b739e9d0b2a4c11486.zip
New loplugin:dynexcspec: Add @throws documentation, salhelper
Change-Id: Icd2a5dd5602cdf9cb4435bfcb4fe355689677fbe
Diffstat (limited to 'include/salhelper')
-rw-r--r--include/salhelper/condition.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/salhelper/condition.hxx b/include/salhelper/condition.hxx
index 499f3b86f7d1..3c2324ec976f 100644
--- a/include/salhelper/condition.hxx
+++ b/include/salhelper/condition.hxx
@@ -91,6 +91,7 @@ namespace salhelper
timedout & operator =(timedout const &);
};
+ /// @throws timedout
ConditionWaiter(Condition& aCond,sal_uInt32 milliSec)
throw(
timedout