14 lines
862 B
Diff
14 lines
862 B
Diff
|
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;
|
|||
|
}
|