summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-06-29 10:20:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-06-29 12:23:50 +0200
commitdb3b0ddbe0f016268c21eebb0146be87dc738efc (patch)
treea608d503f44a2c0b13feb086150a5ffe0e03e3d6 /framework/inc
parentb3057b7944dc52cc2ee3c57f44d4265c625e8dad (diff)
loplugin:unusedfields
Change-Id: Ia0f517fba3a0660b64c97f426cc2cdfbbcd0ebad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97391 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uielement/spinfieldtoolbarcontroller.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
index 8085c68c1cbf..beb95049a206 100644
--- a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
+++ b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx
@@ -60,9 +60,7 @@ class SpinfieldToolbarController final : public ComplexToolbarController
bool impl_getValue( const css::uno::Any& rAny, sal_Int32& nValue, double& fValue, bool& bFloat );
- bool m_bFloat,
- m_bMaxSet,
- m_bMinSet;
+ bool m_bFloat;
double m_nMax;
double m_nMin;
double m_nValue;