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/cbutton.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/cbutton.hxx')
-rw-r--r-- | sc/source/ui/inc/cbutton.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/inc/cbutton.hxx b/sc/source/ui/inc/cbutton.hxx index ece8f4a58ba9..a519655283c8 100644 --- a/sc/source/ui/inc/cbutton.hxx +++ b/sc/source/ui/inc/cbutton.hxx @@ -26,7 +26,7 @@ class OutputDevice; -class ScDDComboBoxButton +class ScDDComboBoxButton final { public: ScDDComboBoxButton( OutputDevice* pOutputDevice ); @@ -50,7 +50,6 @@ public: private: void ImpDrawArrow( const tools::Rectangle& rRect ); -protected: VclPtr<OutputDevice> pOut; Point aBtnPos; Size aBtnSize; |