From 8b581013a7386462df45e0e39cf5d0f8a9329c7c Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 7 Feb 2013 11:59:07 +0000 Subject: blind wae fix for MacOSX Change-Id: I2086b724a6787838b9dd61c78d6943a1efa27a19 --- sc/qa/unit/subsequent_filters-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index ee8a13531f92..09d6373e4d33 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) ); -- cgit allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/dbfld.hxx
AgeCommit message (Expand)Author
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-14loplugin:passstuffbyref in swNoel Grandin
2016-04-01loplugin:constantparam in swNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-07Misc tweaks and cleanups.Ashod Nakashian
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-21loplugin:unusedmethods swNoel Grandin