Kaydet (Commit) 5f444791 authored tarafından Michael Stahl's avatar Michael Stahl

sc: ScFiltersTest::testOptimalHeightReset() check DeleteContents success

Change-Id: I79a330c8fec2f2a47c7a348c911df5b45913b239
üst a0a1a752
......@@ -2431,7 +2431,8 @@ void ScFiltersTest::testOptimalHeightReset()
ScRange aDelRange(0,0,0,0,0,0);
ScMarkData aMark;
aMark.SetMarkArea(aDelRange);
rFunc.DeleteContents( aMark, IDF_ALL, false, true );
bool bRet = rFunc.DeleteContents( aMark, IDF_ALL, false, true );
CPPUNIT_ASSERT_MESSAGE("DeleteContents failed", bRet);
// get the new height of A1
nHeight = sc::TwipsToHMM( rDoc.GetRowHeight(nRow, nTab, false) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment