forms/qa/complex/forms/CheckOGroupBoxModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1dfcec6ae560a0d7fdafbb5f9298e7d71f253b37 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:23:35 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Tue Jun 4 07:09:06 2019 +0200 Fix typo Change-Id: Ib72667f1360e190b15eac187b46fc563b9f65524 Reviewed-on: https://gerrit.libreoffice.org/73419 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/forms/qa/complex/forms/CheckOGroupBoxModel.java b/forms/qa/complex/forms/CheckOGroupBoxModel.java index 284840de3649..807d14c4fff1 100644 --- a/forms/qa/complex/forms/CheckOGroupBoxModel.java +++ b/forms/qa/complex/forms/CheckOGroupBoxModel.java @@ -113,7 +113,7 @@ public class CheckOGroupBoxModel } } // endfor - //get a array of bound properties + //get an array of bound properties String[] testPropsNames = tNames.toArray(new String[tNames.size()]); return testPropsNames; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
