summaryrefslogtreecommitdiffstats
path: root/include/svx/contdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/contdlg.hxx')
-rw-r--r--include/svx/contdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/contdlg.hxx b/include/svx/contdlg.hxx
index 3ffb1797e71e..4ad26c70816d 100644
--- a/include/svx/contdlg.hxx
+++ b/include/svx/contdlg.hxx
@@ -39,7 +39,7 @@ class SfxModule;
class Graphic;
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxContourDlgChildWindow : public SfxChildWindow
+class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxContourDlgChildWindow final : public SfxChildWindow
{
public:
SvxContourDlgChildWindow( vcl::Window*, sal_uInt16, SfxBindings*, SfxChildWinInfo const * );
@@ -49,7 +49,7 @@ public:
class SvxSuperContourDlg;
-class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxContourDlg : public SfxModelessDialogController
+class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxContourDlg final : public SfxModelessDialogController
{
std::unique_ptr<SvxSuperContourDlg> m_xImpl;