summaryrefslogtreecommitdiff
path: root/include/svx/imapdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 16:32:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 07:32:40 +0100
commitfa79e8df02a082cd4967bf7a1c61aa925dc7b101 (patch)
tree925752fb10602968d15f4057374ee8f305a7fbbc /include/svx/imapdlg.hxx
parentf90d0de7b20b52c1910eb0ceac9d31f38a648613 (diff)
loplugin:finalclasses svx
Change-Id: If55e51b8627083ba3ece2b3270adb47668b25e9d Reviewed-on: https://gerrit.libreoffice.org/81705 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/imapdlg.hxx')
-rw-r--r--include/svx/imapdlg.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/svx/imapdlg.hxx b/include/svx/imapdlg.hxx
index a1f38ac87268..20370b6a9443 100644
--- a/include/svx/imapdlg.hxx
+++ b/include/svx/imapdlg.hxx
@@ -49,7 +49,7 @@ class URLBox;
class Graphic;
typedef ::std::vector< OUString > TargetList;
-class SVX_DLLPUBLIC SvxIMapDlgChildWindow : public SfxChildWindow
+class SVX_DLLPUBLIC SvxIMapDlgChildWindow final : public SfxChildWindow
{
public:
@@ -64,13 +64,10 @@ class SVX_DLLPUBLIC SvxIMapDlgChildWindow : public SfxChildWindow
class SvxIMapDlg;
-class SvxIMapDlgItem : public SfxControllerItem
+class SvxIMapDlgItem final : public SfxControllerItem
{
SvxIMapDlg& rIMap;
-
-protected:
-
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState ) override;