wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java | 
   4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0d42994e8fed5836489b1e1f425c120809de7826
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 9 08:43:54 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Mar 9 21:04:42 2025 +0100

    Fix typo
    
    Change-Id: I0a3e5331c41f67529ea97aa5bf8fb02fa9ec4978
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182691
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git 
a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java 
b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
index cfa2071a3c2c..aac65a512a8c 100644
--- 
a/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
+++ 
b/wizards/com/sun/star/wizards/reportbuilder/layout/ReportBuilderLayouter.java
@@ -466,7 +466,7 @@ abstract public class ReportBuilderLayouter implements 
IReportBuilderLayouter
 
 
     /**
-     * Give a list off all field title names to insert the field title names, 
call layout()
+     * Give a list of all field title names to insert the field title names, 
call layout()
      */
     public void insertFieldTitles(String[] _aFieldTitleNames)
     {
@@ -580,7 +580,7 @@ abstract public class ReportBuilderLayouter implements 
IReportBuilderLayouter
 
 
     /**
-     * Give a list off all field names to insert the field names, call layout()
+     * Give a list of all field names to insert the field names, call layout()
      */
     public void insertFieldNames(String[] _aFieldNames)
     {

Reply via email to