From f2517e82904b92989ed7e38a070c18234f460b33 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Sep 2020 22:11:11 +0200 Subject: improve loplugin:unusedvarsglobal to find any global variable, was checking the wrong property of VarDecl Change-Id: I454b4e0c1701bb0771768a1ee10cd738c4ab0726 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102278 Tested-by: Jenkins Reviewed-by: Noel Grandin --- lotuswordpro/inc/lwptools.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'lotuswordpro') diff --git a/lotuswordpro/inc/lwptools.hxx b/lotuswordpro/inc/lwptools.hxx index 7a360cdda9ea..3ac63055b740 100644 --- a/lotuswordpro/inc/lwptools.hxx +++ b/lotuswordpro/inc/lwptools.hxx @@ -73,7 +73,6 @@ // 01/19/2005 const sal_uInt32 UNITS_PER_INCH = 65536L * 72L; const double CM_PER_INCH = 2.54; -const double INCHT_PER_CM = 1.0 / CM_PER_INCH; //end const double POINTS_PER_INCH = 72.27; -- cgit v1.2.3