summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/FormattedTextReadHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/FormattedTextReadHandler.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/FormattedTextReadHandler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/FormattedTextReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/FormattedTextReadHandler.java
index 03cd8f9eef8b..7810f972e861 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/FormattedTextReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/FormattedTextReadHandler.java
@@ -89,8 +89,8 @@ public class FormattedTextReadHandler extends ElementReadHandler
{
if (OfficeNamespaces.OOREPORT_NS.equals(uri))
{
- // expect a report control. The control will modifiy the current
- // element (as we do not separate the elements that strictly ..)
+ // expect a report control. The control will modify the current
+ // element (as we do not separate the elements that strictly...)
if ("report-control".equals(tagName))
{
return new IgnoreAnyChildReadHandler();