diff options
author | Yildiray <yildiray_uskudar@hotmail.com> | 2021-08-11 16:18:12 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-08-18 13:35:37 +0200 |
commit | 08058894d2da9e65b91a1dcdb997b70f69448fb3 (patch) | |
tree | 45991da1fc6f9915dbba33965e37d9f7b9547eec /sc/qa/extras | |
parent | e34ec3e196b3265ea640e1730c7d42dd6182e65f (diff) |
tdf#139734:Drop redundant asserts after MacrosTest::loadFromDesktop
Change-Id: Ie32c3dd5bf5fc1386cf2b480d88f97c7d11c2fcd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120325
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sc/qa/extras')
-rw-r--r-- | sc/qa/extras/scuniquecellformatsenumeration.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/extras/scuniquecellformatsenumeration.cxx b/sc/qa/extras/scuniquecellformatsenumeration.cxx index ea6a76e7680d..e92ca14ffb00 100644 --- a/sc/qa/extras/scuniquecellformatsenumeration.cxx +++ b/sc/qa/extras/scuniquecellformatsenumeration.cxx @@ -104,7 +104,6 @@ void ScUniqueCellFormatsEnumeration::setUp() { CalcUnoApiTest::setUp(); m_xComponent = loadFromDesktop("private:factory/scalc"); - CPPUNIT_ASSERT_MESSAGE("no component", m_xComponent.is()); } void ScUniqueCellFormatsEnumeration::tearDown() |