summaryrefslogtreecommitdiff
path: root/include/svtools/javainteractionhandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/javainteractionhandler.hxx')
-rw-r--r--include/svtools/javainteractionhandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/javainteractionhandler.hxx b/include/svtools/javainteractionhandler.hxx
index aafbf6b1db71..09bf4c6cc4b5 100644
--- a/include/svtools/javainteractionhandler.hxx
+++ b/include/svtools/javainteractionhandler.hxx
@@ -44,9 +44,9 @@ public:
virtual css::uno::Any SAL_CALL queryInterface(
const css::uno::Type& aType ) override;
- virtual void SAL_CALL acquire() throw() override;
+ virtual void SAL_CALL acquire() noexcept override;
- virtual void SAL_CALL release() throw() override;
+ virtual void SAL_CALL release() noexcept override;
// XCurrentContext
virtual void SAL_CALL handle( const css::uno::Reference< css::task::XInteractionRequest >& Request ) override;