qadevOOo/tests/java/ifc/awt/_XTabController.java |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d118979da4a44691268dbfb1fb01b6ed3954885e
Author: jan iversen <j...@documentfoundation.org>
Date:   Wed Dec 9 11:18:47 2015 +0100

    cid#1326589 useless call
    
    Removed function call, the function changes nothing or controls anything
    
    Change-Id: Ia243c31134ee5a32d50140faf8e64f55b30c218f
    Reviewed-on: https://gerrit.libreoffice.org/20493
    Reviewed-by: jan iversen <j...@documentfoundation.org>
    Tested-by: jan iversen <j...@documentfoundation.org>

diff --git a/qadevOOo/tests/java/ifc/awt/_XTabController.java 
b/qadevOOo/tests/java/ifc/awt/_XTabController.java
index 1271b72..8b64978 100644
--- a/qadevOOo/tests/java/ifc/awt/_XTabController.java
+++ b/qadevOOo/tests/java/ifc/awt/_XTabController.java
@@ -101,7 +101,6 @@ public class _XTabController extends MultiMethodTest {
     public void _getContainer() {
         requiredMethod( "setContainer()");
         oObj.getContainer();
-        tEnv.getObjRelation("CONTAINER");
         tRes.tested("getContainer()", Status.skipped(true) );
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to