summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-10-14 00:28:18 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-10-14 16:09:37 +0200
commita96b911c112386b1af89115c9a96d4ace9d68326 (patch)
treeb73ec43df26c760f10aba907d2fbaddccf1e4ad0 /sccomp
parent99e019708609a52ea6b2ad29fc945c4dc4160351 (diff)
CalcUnoApiTest: Move mxComponent to parent and use it everywhere
Change-Id: Ibea7a300b7f302936f872d7133aadafeb13d6d82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141350 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/qa/unit/SwarmSolverTest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sccomp/qa/unit/SwarmSolverTest.cxx b/sccomp/qa/unit/SwarmSolverTest.cxx
index 2503090514a9..9121f3f54257 100644
--- a/sccomp/qa/unit/SwarmSolverTest.cxx
+++ b/sccomp/qa/unit/SwarmSolverTest.cxx
@@ -22,7 +22,6 @@ namespace
{
class SwarmSolverTest : public CalcUnoApiTest
{
- uno::Reference<lang::XComponent> mxComponent;
void testUnconstrained();
void testVariableBounded();
void testVariableConstrained();