summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneContainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneContainer.hxx')
-rw-r--r--sdext/source/presenter/PresenterPaneContainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterPaneContainer.hxx b/sdext/source/presenter/PresenterPaneContainer.hxx
index 7e7bc120bbbc..ef84dce83c3f 100644
--- a/sdext/source/presenter/PresenterPaneContainer.hxx
+++ b/sdext/source/presenter/PresenterPaneContainer.hxx
@@ -60,7 +60,7 @@ class PresenterPaneContainer
public:
explicit PresenterPaneContainer (
const css::uno::Reference<css::uno::XComponentContext>& rxContext);
- virtual ~PresenterPaneContainer();
+ virtual ~PresenterPaneContainer() override;
PresenterPaneContainer(const PresenterPaneContainer&) = delete;
PresenterPaneContainer& operator=(const PresenterPaneContainer&) = delete;