diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-11 11:46:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-12 10:10:46 +0200 |
commit | 4b57c28302def4dd56b2dc8ffb73f21b688a6534 (patch) | |
tree | 7e6ecddbcea60ec39e0525c4902783f6a97dd8ee /sc/qa | |
parent | 9e4d84daf279a63052cfd0aeebd2d67dfaf07c67 (diff) |
tag ScAddress and friends with SAL_WARN_UNUSED
Change-Id: I4ed6b1e8b4225a87fbcb863a47c84e30228b5352
Reviewed-on: https://gerrit.libreoffice.org/36407
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/ucalc_formula.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
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); |