summaryrefslogtreecommitdiff
path: root/sc/qa/perf
diff options
context:
space:
mode:
authorRadhey Parekh <radhey.parekh@gmail.com>2021-08-24 22:13:40 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-08-26 16:06:08 +0200
commitb3f3f0cb2a5ea7873349f733b55e41c1cbc671dc (patch)
tree3389caf3a8bed7cab75312e7d536369e51b5c744 /sc/qa/perf
parent2d64e7c4de4d675a4d594e90347bead827af8500 (diff)
tdf#139734 Drop redundant asserts after MacrosTest::loadFromDesktop
Change-Id: I8ccb5e43ac86ff2b8da94bd03e6fa50de0c33741 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120961 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sc/qa/perf')
-rw-r--r--sc/qa/perf/scperfobj.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx
index fb7854bd88be..7b9ed7927098 100644
--- a/sc/qa/perf/scperfobj.cxx
+++ b/sc/qa/perf/scperfobj.cxx
@@ -114,8 +114,6 @@ uno::Reference< uno::XInterface > ScPerfObj::init(const OUString& aFileName)
mxComponent = loadFromDesktop(aFileURL);
- CPPUNIT_ASSERT(mxComponent.is());
-
return mxComponent;
}