summaryrefslogtreecommitdiff
path: root/test/source/sheet/xscenariossupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xscenariossupplier.cxx')
-rw-r--r--test/source/sheet/xscenariossupplier.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/source/sheet/xscenariossupplier.cxx b/test/source/sheet/xscenariossupplier.cxx
index c9819d5e8389..e54c923e3438 100644
--- a/test/source/sheet/xscenariossupplier.cxx
+++ b/test/source/sheet/xscenariossupplier.cxx
@@ -23,9 +23,7 @@ namespace apitest
void XScenariosSupplier::testGetScenarios()
{
uno::Reference<sheet::XScenariosSupplier> xSupplier(init(), UNO_QUERY_THROW);
-
uno::Reference<sheet::XScenarios> xScenarios(xSupplier->getScenarios(), UNO_QUERY_THROW);
- CPPUNIT_ASSERT_MESSAGE("Unable to get XScenarios", xScenarios.is());
}
}