From ae453b7018f2fa1a0f0bc37c0557bd4e2eae9a71 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Sun, 20 Oct 2019 14:33:35 +0300 Subject: ScRangeUtil is utility class; don't instantiate it Change-Id: Id5bf48b62c644fa3c37faf324b9f5b971ca18557 Reviewed-on: https://gerrit.libreoffice.org/81162 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sc/source/ui/unoobj/docuno.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/source/ui/unoobj/docuno.cxx') diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index b7e932b5fcf2..eb7f2d7281b2 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -1316,7 +1316,6 @@ static bool lcl_ParseTarget( const OUString& rTarget, ScRange& rTargetRange, too // test in same order as in SID_CURRENTCELL execute ScAddress aAddress; - ScRangeUtil aRangeUtil; SCTAB nNameTab; sal_Int32 nNumeric = 0; -- cgit