diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-12-04 19:59:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-12-05 10:40:38 +0100 |
commit | 3a40b3649d5ea44435aad99d69680a0525a32406 (patch) | |
tree | 1baf38608475174c3e4840fa70358078f9a3e78a /include | |
parent | 0fb2b9b23ac3d082251217b3478917b387fe162c (diff) |
the only call to MetricField::SetDefaultUnit doesn't change the default
so is of no use
Change-Id: Ibb1187183abff6b8dc26ed5011b43af1a86a7d04
Reviewed-on: https://gerrit.libreoffice.org/84458
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-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 3fb2a5468861..db71ee3ebb4b 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 void SetDefaultUnit( FieldUnit eDefaultUnit ); static FieldUnit GetDefaultUnit(); static sal_Int64 ConvertValue( sal_Int64 nValue, sal_Int64 mnBaseValue, sal_uInt16 nDecDigits, FieldUnit eInUnit, FieldUnit eOutUnit ); |