From d68a0fc050ea4d57e15246f8e71781cd42ebdaa1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 1 Oct 2015 13:56:48 +0200 Subject: loplugin:unusedmethods Change-Id: Ie1603adf3908fd0668bcbe8f75c6bafa0d0bfd6c Reviewed-on: https://gerrit.libreoffice.org/19072 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/inc/utility.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'starmath/inc/utility.hxx') diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx index 0870e6e686aa..7ba0a1e4f402 100644 --- a/starmath/inc/utility.hxx +++ b/starmath/inc/utility.hxx @@ -44,14 +44,6 @@ inline long SmPtsTo100th_mm(long nNumPts) } -inline long SmPtsTo100th_mm(const Fraction &rNumPts) - // as above but with argument 'rNumPts' as 'Fraction' -{ - Fraction aTmp (254000L, 7227L); - return aTmp *= rNumPts; -} - - inline Fraction Sm100th_mmToPts(long nNum100th_mm) // returns the length (in points) that corresponds to the length // 'nNum100th_mm' (in 100th of mm). -- cgit v1.2.3