summaryrefslogtreecommitdiff
path: root/include/vcl/longcurr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/longcurr.hxx')
-rw-r--r--include/vcl/longcurr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx
index b6a61051f8f8..89b8364788c4 100644
--- a/include/vcl/longcurr.hxx
+++ b/include/vcl/longcurr.hxx
@@ -66,7 +66,7 @@ public:
BigInt GetMax() const { return mnMax; }
void SetDecimalDigits( sal_uInt16 nDigits );
- sal_uInt16 GetDecimalDigits() const;
+ sal_uInt16 GetDecimalDigits() const { return mnDecimalDigits;}
void SetValue( BigInt nNewValue );
void SetUserValue( BigInt nNewValue );
BigInt GetValue() const;