summaryrefslogtreecommitdiff
path: root/test/source/sheet/xmultipleoperation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xmultipleoperation.cxx')
-rw-r--r--test/source/sheet/xmultipleoperation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xmultipleoperation.cxx b/test/source/sheet/xmultipleoperation.cxx
index e68204861890..87c8e7c44996 100644
--- a/test/source/sheet/xmultipleoperation.cxx
+++ b/test/source/sheet/xmultipleoperation.cxx
@@ -32,7 +32,7 @@ void XMultipleOperation::testSetTableOperation()
uno::Reference<sheet::XSpreadsheet> xSheet(getXSpreadsheet(), UNO_QUERY_THROW);
uno::Reference<table::XCellRange> xCellRange(xSheet->getCellRangeByName("$A$20:$A$20"),
- UNO_QUERY_THROW);
+ UNO_SET_THROW);
uno::Reference<sheet::XCellRangeAddressable> xCellRangeAddr(xCellRange, UNO_QUERY_THROW);
uno::Reference<table::XCell> xCell = xSheet->getCellByPosition(0, 19);