diff options
Diffstat (limited to 'binaryurp/source/bridge.hxx')
-rw-r--r-- | binaryurp/source/bridge.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binaryurp/source/bridge.hxx b/binaryurp/source/bridge.hxx index 1a51ffac0626..e0d5ce39b671 100644 --- a/binaryurp/source/bridge.hxx +++ b/binaryurp/source/bridge.hxx @@ -121,13 +121,13 @@ public: void freeProxy(Proxy & proxy); - void incrementCalls(bool normalCall) throw (); + void incrementCalls(bool normalCall) noexcept; void decrementCalls(); - void incrementActiveCalls() throw (); + void incrementActiveCalls() noexcept; - void decrementActiveCalls() throw (); + void decrementActiveCalls() noexcept; bool makeCall( OUString const & oid, |