toolkit/qa/complex/toolkit/GridControl.java |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 02caeb507cb9e0d7ea6f6f789498d7a438ced4a2
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Sep 25 12:26:30 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Sep 26 09:44:26 2020 +0200

    Fix typo in code
    
    It passed "make check" on Linux
    
    Change-Id: I9114b844b014d561464317ad6f54b54fe5a81d72
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103454
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/toolkit/qa/complex/toolkit/GridControl.java 
b/toolkit/qa/complex/toolkit/GridControl.java
index 8b1bcea411b2..b2338ee68f93 100644
--- a/toolkit/qa/complex/toolkit/GridControl.java
+++ b/toolkit/qa/complex/toolkit/GridControl.java
@@ -643,9 +643,9 @@ public class GridControl
     }
 
 
-    public <T> T createInstance( Class<T> i_interfaceClass, final String 
i_serviceIndentifer ) throws Exception
+    public <T> T createInstance( Class<T> i_interfaceClass, final String 
i_serviceIndentifier ) throws Exception
     {
-        return UnoRuntime.queryInterface( i_interfaceClass, createInstance( 
i_serviceIndentifer ) );
+        return UnoRuntime.queryInterface( i_interfaceClass, createInstance( 
i_serviceIndentifier ) );
     }
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to