summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-24 20:37:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-25 08:57:06 +0200
commitc9e13a9f18af433a306a489e996f680aba442da4 (patch)
tree6f5fcac5e24877718b7e948d72f30ca6df33ee84 /include/vcl/toolkit
parent49a273dde0aaf6329a6776176413ffb7845d7b1f (diff)
loplugin:unusedfields
Change-Id: Ia2fb09dcd6f266e7eab04fceb893839531ab3e00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99412 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/toolkit')
-rw-r--r--include/vcl/toolkit/field.hxx1
-rw-r--r--include/vcl/toolkit/longcurr.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/toolkit/field.hxx b/include/vcl/toolkit/field.hxx
index f4a2874aedae..9fc31208798c 100644
--- a/include/vcl/toolkit/field.hxx
+++ b/include/vcl/toolkit/field.hxx
@@ -126,7 +126,6 @@ protected:
sal_Int64 mnLastValue;
sal_Int64 mnMin;
sal_Int64 mnMax;
- bool mbWrapOnLimits;
bool mbFormatting;
// the members below are used in all derivatives of NumericFormatter
diff --git a/include/vcl/toolkit/longcurr.hxx b/include/vcl/toolkit/longcurr.hxx
index 10fd75dbed9a..bec4ff286b3f 100644
--- a/include/vcl/toolkit/longcurr.hxx
+++ b/include/vcl/toolkit/longcurr.hxx
@@ -58,7 +58,6 @@ private:
friend bool ImplLongCurrencyReformat( const OUString&, BigInt const &, BigInt const &, sal_uInt16, const LocaleDataWrapper&, OUString&, LongCurrencyFormatter const & );
SAL_DLLPRIVATE void ImpInit();
- OUString maCurrencySymbol;
sal_uInt16 mnDecimalDigits;
bool mbThousandSep;