[Libreoffice-commits] core.git: sc/qa

Noel Power noel.power at suse.com
Thu Feb 7 03:59:57 PST 2013


 sc/qa/unit/subsequent_filters-test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b581013a7386462df45e0e39cf5d0f8a9329c7c
Author: Noel Power <noel.power at suse.com>
Date:   Thu Feb 7 11:59:07 2013 +0000

    blind wae fix for MacOSX
    
    Change-Id: I2086b724a6787838b9dd61c78d6943a1efa27a19

diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index ee8a135..09d6373 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1922,7 +1922,7 @@ void ScFiltersTest::testOptimalHeightReset()
     ScRange aDelRange(0,0,0,0,0,0);
     ScMarkData aMark;
     aMark.SetMarkArea(aDelRange);
-    rFunc.DeleteContents( aMark, -1, false, true );
+    rFunc.DeleteContents( aMark, IDF_ALL, false, true );
 
     // get the new height of A1
     nHeight =  sc::TwipsToHMM( pDoc->GetRowHeight(nRow, nTab, false) );


More information about the Libreoffice-commits mailing list