summaryrefslogtreecommitdiff
path: root/sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx
diff options
context:
space:
mode:
authorKaranAbrol <karan.abrol1@gmail.com>2021-08-12 11:06:44 +0530
committerMike Kaganski <mike.kaganski@collabora.com>2021-08-13 10:34:43 +0200
commitc9bcbebe34c8d0e3edab520ace15c4d367aef62f (patch)
treebf820fbc2b460edfa727016973e3452b43563b3a /sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx
parent5f080fc69c7c9748591db29e5e7be317bf48b427 (diff)
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 <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx')
-rw-r--r--sc/qa/extras/scindexenumeration_cellarealinksenumeration.cxx1
1 files changed, 0 insertions, 1 deletions
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()