diff options
Diffstat (limited to 'framework/inc/uielement/spinfieldtoolbarcontroller.hxx')
-rw-r--r-- | framework/inc/uielement/spinfieldtoolbarcontroller.hxx | 4 |
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; |