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.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/longcurr.hxx b/include/vcl/longcurr.hxx
index 0dbe82ca401f..2a00c995eedb 100644
--- a/include/vcl/longcurr.hxx
+++ b/include/vcl/longcurr.hxx
@@ -70,9 +70,6 @@ public:
void SetValue(const BigInt& rNewValue);
void SetUserValue( BigInt nNewValue );
BigInt GetValue() const;
- bool IsEmptyValue() const { return GetField()->GetText().isEmpty(); }
-
- BigInt GetCorrectedValue() const { return mnCorrectedValue; }
};
@@ -122,9 +119,6 @@ public:
void Modify() SAL_OVERRIDE;
void ReformatAll() SAL_OVERRIDE;
-
- BigInt GetValue() const
- { return LongCurrencyFormatter::GetValue(); }
};
#endif // INCLUDED_VCL_LONGCURR_HXX