diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-19 01:07:56 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-19 01:39:47 +0100 |
commit | cdf0c78990a149a5deab8f9e68512a8646ca1855 (patch) | |
tree | cc44c75aed6b93f3a9bdd8658a522ec9b2971bec /test | |
parent | fb301909112b310ac1a626a4a65f2942fccb2f7a (diff) |
fix copy&paste error
Diffstat (limited to 'test')
-rw-r--r-- | test/source/sheet/xdatapilottable2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xdatapilottable2.cxx b/test/source/sheet/xdatapilottable2.cxx index 0d93f3a55f43..de1bb978ea29 100644 --- a/test/source/sheet/xdatapilottable2.cxx +++ b/test/source/sheet/xdatapilottable2.cxx @@ -275,7 +275,7 @@ bool XDataPilotTable2::checkDrillDownSheetContent(uno::Reference< sheet::XSpread CPPUNIT_ASSERT_EQUAL(aData[0].getLength(), aLastCell.Column + 1); uno::Reference< table::XCellRange > xCellRange = xSheet->getCellRangeByPosition(0, 0, aLastCell.Column, aLastCell.Row); - uno::Reference< sheet::XCellRangeData > xCellRangeData(xCellRangeData, UNO_QUERY_THROW); + uno::Reference< sheet::XCellRangeData > xCellRangeData(xCellRange, UNO_QUERY_THROW); uno::Sequence< uno::Sequence< Any > > aSheetData = xCellRangeData->getDataArray(); for (sal_Int32 x = 0; x < aSheetData.getLength(); ++x) |