From 1aa37aa6bee19099b57555a6d839992b054aa405 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 22 Sep 2018 10:03:58 +0200 Subject: loplugin:unusedmethods Change-Id: I9dac9260af9955dc4a66b34c33265c6e36094322 Reviewed-on: https://gerrit.libreoffice.org/60911 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/unitconv.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svtools/unitconv.hxx') diff --git a/include/svtools/unitconv.hxx b/include/svtools/unitconv.hxx index 056bc8ae9404..e55acb40c3e5 100644 --- a/include/svtools/unitconv.hxx +++ b/include/svtools/unitconv.hxx @@ -34,7 +34,6 @@ typedef long (*FUNC_CONVERT)(long); 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 void SetFieldUnit( MetricBox& rCtrl, FieldUnit eUnit ); SVT_DLLPUBLIC long CalcToUnit( float nIn, MapUnit eUnit ); SVT_DLLPUBLIC long CalcToPoint( long nIn, MapUnit eUnit, sal_uInt16 nFactor ); -- cgit