summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-16 11:38:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-16 15:26:12 +0200
commit89ca0ed3bc773b2fa65c74a4d3cfbdd3515bc641 (patch)
tree77355c99c9f69a17bd09ce23f4ec15db836fc201 /include/vcl/toolkit
parentdcadca1bd54b3450a2c408d4629b53ca8b19efc3 (diff)
loplugin:singlevalfields
Change-Id: Ia5d4de61ecf77477e86032b86d67d6ffd011913e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100819 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/toolkit')
-rw-r--r--include/vcl/toolkit/longcurr.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/toolkit/longcurr.hxx b/include/vcl/toolkit/longcurr.hxx
index bec4ff286b3f..3206f39806c8 100644
--- a/include/vcl/toolkit/longcurr.hxx
+++ b/include/vcl/toolkit/longcurr.hxx
@@ -38,8 +38,6 @@ public:
virtual void Reformat() override;
virtual void ReformatAll() override;
- bool IsUseThousandSep() const { return mbThousandSep; }
-
OUString const & GetCurrencySymbol() const;
void SetDecimalDigits( sal_uInt16 nDigits );
@@ -59,7 +57,6 @@ private:
SAL_DLLPRIVATE void ImpInit();
sal_uInt16 mnDecimalDigits;
- bool mbThousandSep;
};