From ac8901d9d2ef8c461012b44e67651aaff3a6b5c1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 Oct 2017 14:55:54 +0200 Subject: loplugin:finalclasses in sc Change-Id: I83438eaf2c1045a9212a63ed9fd8b3371e9b06aa Reviewed-on: https://gerrit.libreoffice.org/43896 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/inc/cbutton.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sc/source/ui/inc/cbutton.hxx') 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 pOut; Point aBtnPos; Size aBtnSize; -- cgit