summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/FrameWindowPane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/FrameWindowPane.hxx')
-rw-r--r--sd/source/ui/framework/factories/FrameWindowPane.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/factories/FrameWindowPane.hxx b/sd/source/ui/framework/factories/FrameWindowPane.hxx
index a3808ee12042..67da37fdff25 100644
--- a/sd/source/ui/framework/factories/FrameWindowPane.hxx
+++ b/sd/source/ui/framework/factories/FrameWindowPane.hxx
@@ -36,7 +36,7 @@ class FrameWindowPane : public Pane
public:
FrameWindowPane(const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
vcl::Window* pWindow);
- virtual ~FrameWindowPane() throw() override;
+ virtual ~FrameWindowPane() noexcept override;
/** A frame window typically can (and should) exists on its own without
children, if only to visualize that something (a view) is missing.