[Libreoffice-commits] core.git: toolkit/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Sep 26 07:45:08 UTC 2020
toolkit/qa/complex/toolkit/GridControl.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 02caeb507cb9e0d7ea6f6f789498d7a438ced4a2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 25 12:26:30 2020 +0200
Commit: Julien Nabet <serval2412 at 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 <serval2412 at 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 ) );
}
More information about the Libreoffice-commits
mailing list