[Libreoffice-commits] core.git: reportbuilder/java
Fridrich Štrba
fridrich.strba at bluewin.ch
Tue Sep 12 11:38:30 UTC 2017
reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 398eccd6e833875b08f3414cfcf6820cdf07dcbf
Author: Fridrich Štrba <fridrich.strba at bluewin.ch>
Date: Tue Sep 12 13:35:44 2017 +0200
This really does not need to be utf-8 character
Change-Id: I75e3973ed3fe2489233cdce127a29ff19f604903
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java
index d20927f8eb27..6a1bd00736ee 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java
@@ -263,7 +263,7 @@ public class FormatValueUtility
final SectionLayoutController slc = findGroupOrDetail(ref);
if (slc == null)
{
- // {Page, Report} × {Header, Footer} have no usable iteration count
+ // {Page, Report} x {Header, Footer} have no usable iteration count
// err on the side of showing them rather than not showing them
return true;
}
More information about the Libreoffice-commits
mailing list