summaryrefslogtreecommitdiff
path: root/test/source/sheet/xspreadsheets2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xspreadsheets2.cxx')
-rw-r--r--test/source/sheet/xspreadsheets2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xspreadsheets2.cxx b/test/source/sheet/xspreadsheets2.cxx
index fb32ea3173c2..7d0e24527685 100644
--- a/test/source/sheet/xspreadsheets2.cxx
+++ b/test/source/sheet/xspreadsheets2.cxx
@@ -247,7 +247,7 @@ void XSpreadsheets2::testImportCellStyle()
importSheetToCopy();
uno::Reference< table::XCell > xSrcCell = xSrcSheet->getCellByPosition(3,0);
- uno::Reference< table::XCell > xDestCell = xDestSheet->getCellByPosition(3,0);
+ xDestSheet->getCellByPosition(3,0);
//new style created in dest
uno::Reference< beans::XPropertySet > xSrcCellPropSet (xSrcCell, UNO_QUERY_THROW);