diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:54:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:16 +0100 |
commit | 4500e89f7f933e8b90d175b739e9d0b2a4c11486 (patch) | |
tree | 50b7fceb4e563cb26ad62e7d026484827d641829 /include | |
parent | b814e4d0503ae135f4532e16db4830a4ac8c0167 (diff) |
New loplugin:dynexcspec: Add @throws documentation, salhelper
Change-Id: Icd2a5dd5602cdf9cb4435bfcb4fe355689677fbe
Diffstat (limited to 'include')
-rw-r--r-- | include/salhelper/condition.hxx | 1 |
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 |