diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 10:37:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 14:18:14 +0200 |
commit | 8e999b51a2418febc0fd619aee62183f21b1cf90 (patch) | |
tree | 55c6ac0a4062fbe6f6630fe3f1cb3b6be5c2a334 /wizards | |
parent | 0c234a60ae31c2404dfec9d09cc79a1a5c4558fd (diff) |
Fix typos
Change-Id: Id62178a1a8b2e05d13c47f1ac4798578f140dbae
Reviewed-on: https://gerrit.libreoffice.org/78794
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/report/IReportDocument.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/report/IReportDocument.java b/wizards/com/sun/star/wizards/report/IReportDocument.java index d5ceed0fb47a..ec04d6780790 100644 --- a/wizards/com/sun/star/wizards/report/IReportDocument.java +++ b/wizards/com/sun/star/wizards/report/IReportDocument.java @@ -100,13 +100,13 @@ public interface IReportDocument /* Grouping Page */ // Document should not hold the grouping information! /** - * Called by press ('greater then') add a group to the group list + * Called by press ('greater than') add a group to the group list */ boolean liveupdate_addGroupNametoDocument(String[] GroupNames, String CurGroupTitle, ArrayList<String> GroupFieldVector, ArrayList<String> ReportPath, int iSelCount); void refreshGroupFields(String[] _sNewNames); /** - * Called by press ('less then') Removes an already set Groupname out of the list + * Called by press ('less than') Removes an already set Groupname out of the list */ void liveupdate_removeGroupName(String[] NewSelGroupNames, String CurGroupTitle, java.util.ArrayList<String> GroupFieldVector); |