From 05db125c57ea3c8f04a304561209c32cc5c45a67 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Sep 2018 15:00:56 +0200 Subject: loplugin:staticconstfield improvements Change-Id: Ia0a19736dfd4500bb17b04c072710f8ee8744031 Reviewed-on: https://gerrit.libreoffice.org/60526 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/source/ui/sidebar/PreviewValueSet.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sd/source/ui/sidebar/PreviewValueSet.hxx') diff --git a/sd/source/ui/sidebar/PreviewValueSet.hxx b/sd/source/ui/sidebar/PreviewValueSet.hxx index 41d5a8fac54e..8cf4c17b9d7f 100644 --- a/sd/source/ui/sidebar/PreviewValueSet.hxx +++ b/sd/source/ui/sidebar/PreviewValueSet.hxx @@ -51,8 +51,6 @@ protected: private: Link maRightMouseClickHandler; Size maPreviewSize; - const int mnBorderWidth; - const int mnBorderHeight; const int mnMaxColumnCount; sal_uInt16 CalculateColumnCount (int nWidth) const; -- cgit