diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-03 15:30:35 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-18 19:22:45 +0200 |
commit | dcd16a4f73edaf59981c0ffc6b165dac5aac36c4 (patch) | |
tree | e111d542d1e041c8bb9f7d503fdc6f7c5ec3a986 | |
parent | 49b3245b3e53ccee250e62df69b257abdec4b439 (diff) |
Fix typo
Change-Id: I7ce85668113e8f3df983f43a9e584b913f783230
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169939
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Tested-by: Jenkins
-rw-r--r-- | wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java b/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java index ad7993df0ddc..26418171655b 100644 --- a/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java +++ b/wizards/com/sun/star/wizards/report/IReportBuilderLayouter.java @@ -57,7 +57,7 @@ public interface IReportBuilderLayouter void setTableName(int _nType, String TableName); /** - * Insert the field names, these are the field names out of a given datebase table + * Insert the field names, these are the field names out of a given database table */ void insertFieldNames(final String[] FieldNames); |