summaryrefslogtreecommitdiff
path: root/test/source/sheet/xdatapilottables.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xdatapilottables.cxx')
-rw-r--r--test/source/sheet/xdatapilottables.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xdatapilottables.cxx b/test/source/sheet/xdatapilottables.cxx
index 543bf48d6db4..16eac73ba8f7 100644
--- a/test/source/sheet/xdatapilottables.cxx
+++ b/test/source/sheet/xdatapilottables.cxx
@@ -29,7 +29,7 @@ void XDataPilotTables::testXDataPilotTables()
uno::Reference<sheet::XSpreadsheet> xSheet(getXSpreadsheet(), UNO_QUERY_THROW);
uno::Reference<sheet::XDataPilotDescriptor> xDPD(xDPT->createDataPilotDescriptor(),
- UNO_QUERY_THROW);
+ UNO_SET_THROW);
xDPT->insertNewByName("XDataPilotTables", table::CellAddress(0, 9, 8), xDPD);
CPPUNIT_ASSERT_EQUAL_MESSAGE("Unable to insert new DataPilotTable", OUString("Filter"),