summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-02 09:03:43 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-02 09:03:43 +0100
commit0946308fc854539d854a822966f173138284c265 (patch)
tree98a6a1aeff478d2159d85a82290ca98fc78aff46 /sc
parent1538965598944de054f3a5141e107ccd412b31b4 (diff)
forgot the second part of the patch
Change-Id: I74f30d96b611a7703efd53f0d46b91291dd2c55c
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 2fc7702ba3a0..cc235cbedd8a 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -4673,7 +4673,7 @@ void Test::testCondFormatInsertRow()
m_pDoc->InsertRow(0,0,MAXCOL,0,4,2);
const ScRangeList& rRange = pFormat->GetRange();
- CPPUNIT_ASSERT_EQUAL(ScRangeList(ScRange(0,0,0,5,5,0)), rRange);
+ CPPUNIT_ASSERT_EQUAL(ScRangeList(ScRange(0,0,0,3,5,0)), rRange);
m_pDoc->DeleteTab(0);
}