[Libreoffice-commits] .: Branch 'integration/dev300_m101' - sc/qa
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Mar 15 20:22:51 PDT 2011
sc/qa/unit/ucalc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e7ecb70f3a49e905633995cd49a022f3270a4f09
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Tue Mar 15 23:22:48 2011 -0400
Get the unit test code to build.
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 6eaf77d..f906cb3 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -716,7 +716,7 @@ void Test::testDataPilot()
pDPObj->SetSheetDesc(aSheetDesc);
pDPObj->SetOutRange(ScAddress(0, 0, 1));
ScPivotParam aParam;
- pDPObj->FillOldParam(aParam, false);
+ pDPObj->FillOldParam(aParam);
for (sal_uInt32 i = 0; i < nFieldCount; ++i)
{
vector<ScDPLabelData::Member> aMembers;
More information about the Libreoffice-commits
mailing list