From 398eccd6e833875b08f3414cfcf6820cdf07dcbf Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Tue, 12 Sep 2017 13:35:44 +0200 Subject: This really does not need to be utf-8 character Change-Id: I75e3973ed3fe2489233cdce127a29ff19f604903 --- .../libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportbuilder') 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; } -- cgit