summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/Pane.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/Pane.cxx')
-rw-r--r--sd/source/ui/framework/factories/Pane.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/factories/Pane.cxx b/sd/source/ui/framework/factories/Pane.cxx
index 25d1bcb40e29..4596bd73d6f8 100644
--- a/sd/source/ui/framework/factories/Pane.cxx
+++ b/sd/source/ui/framework/factories/Pane.cxx
@@ -35,7 +35,7 @@ namespace sd::framework {
Pane::Pane (
const Reference<XResourceId>& rxPaneId,
vcl::Window* pWindow)
- throw ()
+ noexcept
: PaneInterfaceBase(MutexOwner::maMutex),
mxPaneId(rxPaneId),
mpWindow(pWindow),