summaryrefslogtreecommitdiff
path: root/include/sfx2/templatedlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 12:02:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 19:38:31 +0100
commitaf7589107e3540d0454965b58e3177f4057ce48c (patch)
tree569047fbe097648b3b3f03fe720454a31a0b1dd4 /include/sfx2/templatedlg.hxx
parent5ef60d5af78bfa9bc297df7d83042e53a9a04e0f (diff)
loplugin:finalclasses sfx2
Change-Id: I77330d53adb5c6ec66750e57fdc539353b4c9725 Reviewed-on: https://gerrit.libreoffice.org/81657 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/templatedlg.hxx')
-rw-r--r--include/sfx2/templatedlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/templatedlg.hxx b/include/sfx2/templatedlg.hxx
index 0e0e78f12dd3..85e56da5fdca 100644
--- a/include/sfx2/templatedlg.hxx
+++ b/include/sfx2/templatedlg.hxx
@@ -142,7 +142,7 @@ protected:
// class SfxTemplateCategoryDialog -------------------------------------------------------------------
-class SFX2_DLLPUBLIC SfxTemplateCategoryDialog : public weld::GenericDialogController
+class SFX2_DLLPUBLIC SfxTemplateCategoryDialog final : public weld::GenericDialogController
{
private:
OUString msSelectedCategory;
@@ -184,7 +184,7 @@ public:
// class SfxTemplateSelectionDialog -------------------------------------------------------------------
-class SFX2_DLLPUBLIC SfxTemplateSelectionDlg : public SfxTemplateManagerDlg
+class SFX2_DLLPUBLIC SfxTemplateSelectionDlg final : public SfxTemplateManagerDlg
{
public:
SfxTemplateSelectionDlg(weld::Window *parent);