summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/numfmtlb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/numfmtlb.hxx')
-rw-r--r--sw/source/uibase/inc/numfmtlb.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/numfmtlb.hxx b/sw/source/uibase/inc/numfmtlb.hxx
index a5776659130a..437537307d7d 100644
--- a/sw/source/uibase/inc/numfmtlb.hxx
+++ b/sw/source/uibase/inc/numfmtlb.hxx
@@ -70,7 +70,7 @@ public:
virtual ~SwNumFormatBase() {}
};
-class SW_DLLPUBLIC NumFormatListBox : public SwNumFormatBase
+class SW_DLLPUBLIC NumFormatListBox final : public SwNumFormatBase
{
std::unique_ptr<weld::ComboBox> mxControl;
@@ -101,7 +101,7 @@ public:
void connect_changed(const Link<weld::ComboBox&, void>& rLink) { mxControl->connect_changed(rLink); }
};
-class SW_DLLPUBLIC SwNumFormatTreeView : public SwNumFormatBase
+class SW_DLLPUBLIC SwNumFormatTreeView final : public SwNumFormatBase
{
std::unique_ptr<weld::TreeView> mxControl;