summaryrefslogtreecommitdiff
path: root/toolkit/source/hatchwindow/hatchwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/hatchwindow/hatchwindow.hxx')
-rw-r--r--toolkit/source/hatchwindow/hatchwindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/hatchwindow/hatchwindow.hxx b/toolkit/source/hatchwindow/hatchwindow.hxx
index 71e3d84f2dd4..52e91d12e695 100644
--- a/toolkit/source/hatchwindow/hatchwindow.hxx
+++ b/toolkit/source/hatchwindow/hatchwindow.hxx
@@ -47,8 +47,8 @@ public:
// XInterface
css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType ) override;
- void SAL_CALL acquire() throw() override;
- void SAL_CALL release() throw() override;
+ void SAL_CALL acquire() noexcept override;
+ void SAL_CALL release() noexcept override;
// XTypeProvider
css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override;