From 08036972a770f9f48dc4f9695b90edee0eba6c85 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 9 Feb 2020 16:06:28 +0100 Subject: Fix typo Change-Id: I0e9155804a79e0eb97b86f4cfe930e4a0185dd61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88337 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- qadevOOo/tests/java/ifc/io/_XConnectable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo') diff --git a/qadevOOo/tests/java/ifc/io/_XConnectable.java b/qadevOOo/tests/java/ifc/io/_XConnectable.java index 35742e8d4dee..8efb86defe7a 100644 --- a/qadevOOo/tests/java/ifc/io/_XConnectable.java +++ b/qadevOOo/tests/java/ifc/io/_XConnectable.java @@ -37,7 +37,7 @@ import com.sun.star.uno.XInterface; *
    *
  • 'Connectable' (supports the XConnectable * interface): -* another 0bject to connect
  • +* another object to connect *
* After test completion object environment has to be recreated. * @see com.sun.star.io.XConnectable -- cgit