diff options
Diffstat (limited to 'sd/source/ui/inc/PaneShells.hxx')
-rw-r--r-- | sd/source/ui/inc/PaneShells.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/PaneShells.hxx b/sd/source/ui/inc/PaneShells.hxx index e1b9df9e6ab8..18f78068a4b3 100644 --- a/sd/source/ui/inc/PaneShells.hxx +++ b/sd/source/ui/inc/PaneShells.hxx @@ -41,7 +41,7 @@ private: public: LeftImpressPaneShell(); - virtual ~LeftImpressPaneShell(); + virtual ~LeftImpressPaneShell() override; }; /** Shell that displays the left pane for Draw. The shell does not do @@ -59,7 +59,7 @@ private: public: LeftDrawPaneShell(); - virtual ~LeftDrawPaneShell(); + virtual ~LeftDrawPaneShell() override; }; } // end of namespace sd |