summaryrefslogtreecommitdiff
path: root/toolkit/source/hatchwindow/hatchwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/hatchwindow/hatchwindow.cxx')
-rw-r--r--toolkit/source/hatchwindow/hatchwindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/hatchwindow/hatchwindow.cxx b/toolkit/source/hatchwindow/hatchwindow.cxx
index 6866fde51c12..b6a5cc1aed92 100644
--- a/toolkit/source/hatchwindow/hatchwindow.cxx
+++ b/toolkit/source/hatchwindow/hatchwindow.cxx
@@ -127,13 +127,13 @@ uno::Any SAL_CALL VCLXHatchWindow::queryInterface( const uno::Type & rType )
}
void SAL_CALL VCLXHatchWindow::acquire()
- throw()
+ noexcept
{
VCLXWindow::acquire();
}
void SAL_CALL VCLXHatchWindow::release()
- throw()
+ noexcept
{
VCLXWindow::release();
}