diff options
Diffstat (limited to 'include/vcl/longcurr.hxx')
-rw-r--r-- | include/vcl/longcurr.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx index 25d6383f8879..8107abe4f93d 100644 --- a/include/vcl/longcurr.hxx +++ b/include/vcl/longcurr.hxx @@ -40,9 +40,8 @@ protected: BigInt mnMax; BigInt mnCorrectedValue; OUString maCurrencySymbol; - sal_uInt16 mnType; sal_uInt16 mnDecimalDigits; - bool mbThousandSep; + bool mbThousandSep; LongCurrencyFormatter(); public: |