diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2017-09-12 13:35:44 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2017-09-12 13:37:58 +0200 |
commit | 398eccd6e833875b08f3414cfcf6820cdf07dcbf (patch) | |
tree | d3769bb457c7a197b7e33d424b2f14ac2d956991 /reportbuilder | |
parent | 047b4c14ada038204a1e1280742960db00a5d1f2 (diff) |
This really does not need to be utf-8 character
Change-Id: I75e3973ed3fe2489233cdce127a29ff19f604903
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |