diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-11 11:01:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-11 16:19:58 +0200 |
commit | 28dfcd5da4cfb26d31cce7bf2ad7baa3bee1f350 (patch) | |
tree | 6e20bf3ef0a8bcbff1835ca7f7fbc3dba2d3bcde /qadevOOo/runner/helper | |
parent | 198f5a16fd4c5bf691a3450bbf16e88c000f9baa (diff) |
Fix typos
Change-Id: I204178ed4cf0fd3f43043cf1dfde85bb27002fee
Reviewed-on: https://gerrit.libreoffice.org/37498
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'qadevOOo/runner/helper')
-rw-r--r-- | qadevOOo/runner/helper/APIDescGetter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/APIDescGetter.java b/qadevOOo/runner/helper/APIDescGetter.java index 67520b9822fd..25a2db220357 100644 --- a/qadevOOo/runner/helper/APIDescGetter.java +++ b/qadevOOo/runner/helper/APIDescGetter.java @@ -286,7 +286,7 @@ public class APIDescGetter extends DescGetter { continue; } -// TODO Probleme here +// TODO Problem here String ifc_name = ""; // = line.substring(line.indexOf(";") + 2, line.lastIndexOf(";") - 1); String meth_name = ""; // = line.substring(line.lastIndexOf(";") + 2, line.length() - 1); |