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 10961ccd1547..a0cd4b1185be 100644
--- a/sd/source/ui/framework/factories/FrameWindowPane.hxx
+++ b/sd/source/ui/framework/factories/FrameWindowPane.hxx
@@ -36,7 +36,7 @@ public:
FrameWindowPane (
const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
vcl::Window* pWindow);
- virtual ~FrameWindowPane() throw();
+ virtual ~FrameWindowPane() throw() override;
/** A frame window typically can (and should) exists on its own without
children, if only to visualize that something (a view) is missing.