diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-26 14:55:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-27 08:53:23 +0200 |
commit | ac8901d9d2ef8c461012b44e67651aaff3a6b5c1 (patch) | |
tree | 57dca8dc874ac0f53f92374979f5f4b9be3fdda0 /sc/source/ui/inc/redcom.hxx | |
parent | f5457c856fbfbf3fa9dd23bee84e32dd1227eae0 (diff) |
loplugin:finalclasses in sc
Change-Id: I83438eaf2c1045a9212a63ed9fd8b3371e9b06aa
Reviewed-on: https://gerrit.libreoffice.org/43896
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/redcom.hxx')
-rw-r--r-- | sc/source/ui/inc/redcom.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sc/source/ui/inc/redcom.hxx b/sc/source/ui/inc/redcom.hxx index 8c77f2d8c9ef..f6ed3400fc0c 100644 --- a/sc/source/ui/inc/redcom.hxx +++ b/sc/source/ui/inc/redcom.hxx @@ -25,10 +25,8 @@ class ScDocShell; class AbstractSvxPostItDialog; -class ScRedComDialog +class ScRedComDialog final { -private: - ScChangeAction *pChangeAction; ScDocShell *pDocShell; OUString aComment; @@ -37,8 +35,6 @@ private: DECL_LINK( PrevHdl, AbstractSvxPostItDialog&, void ); DECL_LINK( NextHdl, AbstractSvxPostItDialog&, void ); -protected: - void ReInit(ScChangeAction *); void SelectCell(); |