From 4b57c28302def4dd56b2dc8ffb73f21b688a6534 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Apr 2017 11:46:10 +0200 Subject: tag ScAddress and friends with SAL_WARN_UNUSED Change-Id: I4ed6b1e8b4225a87fbcb863a47c84e30228b5352 Reviewed-on: https://gerrit.libreoffice.org/36407 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/qa/unit/ucalc_formula.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc/qa') diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index 5336107f0bb2..045e6976b9d8 100644 --- a/sc/qa/unit/ucalc_formula.cxx +++ b/sc/qa/unit/ucalc_formula.cxx @@ -5108,10 +5108,6 @@ void Test::testFuncINDIRECT2() CPPUNIT_ASSERT_MESSAGE ("failed to insert sheet", m_pDoc->InsertTab (2, "baz")); - ScAddress aStart; - ScAddress aEnd; - ScAddress aRef; - m_pDoc->SetValue(0,0,0, 10.0); m_pDoc->SetValue(0,1,0, 10.0); m_pDoc->SetValue(0,2,0, 10.0); -- cgit