summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java
index 1841122e26e5..603f821324f0 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java
@@ -106,7 +106,7 @@ public class FormattedTextLayoutController
// a variable like that. It complicates things, is fragile
// (because the variable-set is done in *every* detail section
// again and again. This in itself is not that bad, but when
- // the detail section is of height zero, the "set" us never done...
+ // the detail section is of height zero, the "set" is never done...
// and this whole schema fails). For now, keep the code in case
// something break. If we survive the 4.2 cycle (in its entirety)
// without regression traced to this, then remove it (for 4.4 or