summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/workctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/workctrl.hxx')
-rw-r--r--sw/source/uibase/inc/workctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/workctrl.hxx b/sw/source/uibase/inc/workctrl.hxx
index 7f4d93a4afae..1ffa50ead702 100644
--- a/sw/source/uibase/inc/workctrl.hxx
+++ b/sw/source/uibase/inc/workctrl.hxx
@@ -51,7 +51,7 @@ class SwView;
#define NID_FIELD_BYTYPE 20020
#define NID_COUNT 21
-class SwTbxAutoTextCtrl : public SfxToolBoxControl
+class SwTbxAutoTextCtrl final : public SfxToolBoxControl
{
public:
SFX_DECL_TOOLBOX_CONTROL();
@@ -67,7 +67,7 @@ public:
DECL_STATIC_LINK(SwTbxAutoTextCtrl, PopupHdl, Menu*, bool);
};
-class SwPreviewZoomControl : public SfxToolBoxControl
+class SwPreviewZoomControl final : public SfxToolBoxControl
{
public:
SFX_DECL_TOOLBOX_CONTROL();
@@ -82,7 +82,7 @@ public:
virtual VclPtr<InterimItemWindow> CreateItemWindow( vcl::Window *pParent ) override;
};
-class SwJumpToSpecificPageControl : public SfxToolBoxControl
+class SwJumpToSpecificPageControl final : public SfxToolBoxControl
{
public:
SFX_DECL_TOOLBOX_CONTROL();