Kaydet (Commit) d118979d authored tarafından jan iversen's avatar jan iversen

cid#1326589 useless call

Removed function call, the function changes nothing or controls anything

Change-Id: Ia243c31134ee5a32d50140faf8e64f55b30c218f
Reviewed-on: https://gerrit.libreoffice.org/20493Reviewed-by: 's avatarjan iversen <jani@documentfoundation.org>
Tested-by: 's avatarjan iversen <jani@documentfoundation.org>
üst 52856b6e
...@@ -101,7 +101,6 @@ public class _XTabController extends MultiMethodTest { ...@@ -101,7 +101,6 @@ public class _XTabController extends MultiMethodTest {
public void _getContainer() { public void _getContainer() {
requiredMethod( "setContainer()"); requiredMethod( "setContainer()");
oObj.getContainer(); oObj.getContainer();
tEnv.getObjRelation("CONTAINER");
tRes.tested("getContainer()", Status.skipped(true) ); tRes.tested("getContainer()", Status.skipped(true) );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment