From c9bcbebe34c8d0e3edab520ace15c4d367aef62f Mon Sep 17 00:00:00 2001 From: KaranAbrol Date: Thu, 12 Aug 2021 11:06:44 +0530 Subject: tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktop Change-Id: I9a183ed9046ab0610a538c74e3ff8b327a6f6e4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120348 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx') diff --git a/sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx b/sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx index 9aab87900a94..63446d4f80b8 100644 --- a/sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx +++ b/sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx @@ -72,7 +72,6 @@ void ScIndexEnumeration_CellAreaLinksEnumeration::setUp() { CalcUnoApiTest::setUp(); m_xComponent = loadFromDesktop("private:factory/scalc"); - CPPUNIT_ASSERT_MESSAGE("no component", m_xComponent.is()); } void ScIndexEnumeration_CellAreaLinksEnumeration::tearDown() -- cgit