diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2014-02-05 07:40:21 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2014-02-05 07:43:04 +0100 |
commit | b0e3c6b8fa548defd5a3af2b8bf88b0b49589753 (patch) | |
tree | 2d19c42c81c849888bf5c215e8f6330f88e4f447 /reportbuilder/java | |
parent | 7ce47d69b3565cbb9e80294127e00648c24955dc (diff) |
typo in comment
Change-Id: I900a8956fd9eae330bf12829bc94c8b18b1c6513
Diffstat (limited to 'reportbuilder/java')
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormattedTextLayoutController.java | 2 |
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 |