diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-13 15:00:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-17 10:52:39 +0200 |
commit | 05db125c57ea3c8f04a304561209c32cc5c45a67 (patch) | |
tree | b145bc06aefb426e9b92fe9b4defea02a5ee4abe /sd/source/ui/sidebar/PreviewValueSet.hxx | |
parent | be9b83445ec19346a4d5c830c955ed573469591a (diff) |
loplugin:staticconstfield improvements
Change-Id: Ia0a19736dfd4500bb17b04c072710f8ee8744031
Reviewed-on: https://gerrit.libreoffice.org/60526
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/sidebar/PreviewValueSet.hxx')
-rw-r--r-- | sd/source/ui/sidebar/PreviewValueSet.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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<const MouseEvent&,void> maRightMouseClickHandler; Size maPreviewSize; - const int mnBorderWidth; - const int mnBorderHeight; const int mnMaxColumnCount; sal_uInt16 CalculateColumnCount (int nWidth) const; |