diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-04 20:01:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-05 10:40:59 +0100 |
commit | 35f234ec898af275daabb5c0c72eb89f12fa82a0 (patch) | |
tree | de22643902946819e000f4a796f27323d1bb4d52 /include/vcl | |
parent | 3a40b3649d5ea44435aad99d69680a0525a32406 (diff) |
replace only use of GetDefaultUnit() with FieldUnit::NONE
Change-Id: Idf3cf6d0a361c67d4005d627f661ac49e0e3e9de
Reviewed-on: https://gerrit.libreoffice.org/84459
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/field.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx index db71ee3ebb4b..fa3cc9af0bbd 100644 --- a/include/vcl/field.hxx +++ b/include/vcl/field.hxx @@ -486,7 +486,6 @@ public: void SetLast(sal_Int64 last) { SetLast(last, FieldUnit::NONE); } sal_Int64 GetLast( FieldUnit eOutUnit ) const; - static FieldUnit GetDefaultUnit(); static sal_Int64 ConvertValue( sal_Int64 nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigits, FieldUnit eInUnit, FieldUnit eOutUnit ); static sal_Int64 ConvertValue( sal_Int64 nValue, sal_uInt16 nDecDigits, |