summaryrefslogtreecommitdiff
path: root/sw/source/uibase/ribbar/workctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/ribbar/workctrl.cxx')
-rw-r--r--sw/source/uibase/ribbar/workctrl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/ribbar/workctrl.cxx b/sw/source/uibase/ribbar/workctrl.cxx
index 02a0b42858a1..1c773f59408c 100644
--- a/sw/source/uibase/ribbar/workctrl.cxx
+++ b/sw/source/uibase/ribbar/workctrl.cxx
@@ -376,7 +376,7 @@ public:
SwZoomBox_Impl(
vcl::Window* pParent,
sal_uInt16 nSlot );
- virtual ~SwZoomBox_Impl();
+ virtual ~SwZoomBox_Impl() override;
protected:
virtual void Select() override;
@@ -542,7 +542,7 @@ public:
SwJumpToSpecificBox_Impl(
vcl::Window* pParent,
sal_uInt16 nSlot );
- virtual ~SwJumpToSpecificBox_Impl();
+ virtual ~SwJumpToSpecificBox_Impl() override;
protected:
void Select();