diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 15:52:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-14 21:44:16 +0100 |
commit | e917918dfb42ef9f95768280918bc42c628de0be (patch) | |
tree | af36354a988a431c43ec32afb9e8d25c850a4b50 /include | |
parent | f05aa5bc92ba93cc730f7f61e21011c6f5c82088 (diff) |
remove recently unused functions
Change-Id: Ie7645d7f9b8350d3a993c40541747dc8ac817ab9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88730
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/unitconv.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svtools/unitconv.hxx b/include/svtools/unitconv.hxx index f787e0cee42d..2edf1ade815b 100644 --- a/include/svtools/unitconv.hxx +++ b/include/svtools/unitconv.hxx @@ -25,8 +25,6 @@ namespace weld { class MetricSpinButton; } -class MetricField; - // macro ----------------------------------------------------------------- // typedef --------------------------------------------------------------- @@ -36,7 +34,6 @@ typedef long (*FUNC_CONVERT)(long); // Functions ------------------------------------------------------------- SVT_DLLPUBLIC void SetFieldUnit(weld::MetricSpinButton& rCtrl, FieldUnit eUnit, bool bAll = false); -SVT_DLLPUBLIC void SetFieldUnit( MetricField& rCtrl, FieldUnit eUnit, bool bAll = false ); SVT_DLLPUBLIC long CalcToUnit( float nIn, MapUnit eUnit ); SVT_DLLPUBLIC long CalcToPoint( long nIn, MapUnit eUnit, sal_uInt16 nFactor ); @@ -47,9 +44,7 @@ SVT_DLLPUBLIC long ControlToItem( long nIn, FieldUnit eCtrl, MapUnit eItem SVT_DLLPUBLIC FieldUnit MapToFieldUnit( const MapUnit eUnit ); SVT_DLLPUBLIC void SetMetricValue(weld::MetricSpinButton& rField, int lCoreValue, MapUnit eUnit); -SVT_DLLPUBLIC void SetMetricValue( MetricField& rField, long lCoreValue, MapUnit eUnit ); SVT_DLLPUBLIC int GetCoreValue(const weld::MetricSpinButton& rField, MapUnit eUnit); -SVT_DLLPUBLIC long GetCoreValue( const MetricField& rField, MapUnit eUnit ); SVT_DLLPUBLIC long PointToTwips( long nIn ); |