diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-15 23:22:48 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-15 23:22:48 -0400 |
commit | 378c75a798c8baa34cb26e7f07fe28cb5ee2a85f (patch) | |
tree | de820b4b599f6702a3d747c7a23050984c083a9c /sc | |
parent | 970dfb78ae6e80e0463adfa462a9d942bd7ed2a7 (diff) |
Get the unit test code to build.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 9aaf2e3321ae..a62b0ceefb6a 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; |