[Libreoffice-commits] core.git: extensions/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 23 18:32:22 UTC 2019
extensions/qa/integration/extensions/MethodHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2fd873b64c0fe7bf7bc5ba7242da0e557b037ea6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:25:12 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu May 23 20:30:53 2019 +0200
Fix typo
Change-Id: I3c012c0e8aea8b3f78b908e4182741d28c6ab2ce
Reviewed-on: https://gerrit.libreoffice.org/72869
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/extensions/qa/integration/extensions/MethodHandler.java b/extensions/qa/integration/extensions/MethodHandler.java
index 05fe1a798ac5..ffc81c5f5616 100644
--- a/extensions/qa/integration/extensions/MethodHandler.java
+++ b/extensions/qa/integration/extensions/MethodHandler.java
@@ -42,7 +42,7 @@ public class MethodHandler implements XPropertyHandler
}
catch( com.sun.star.uno.Exception e )
{
- System.err.println( "MethodHandler: could not create a Introspection service, not much functionality will be available." );
+ System.err.println( "MethodHandler: could not create an Introspection service, not much functionality will be available." );
}
}
More information about the Libreoffice-commits
mailing list