summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/SubDocumentReadHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/SubDocumentReadHandler.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/SubDocumentReadHandler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/SubDocumentReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/SubDocumentReadHandler.java
index e5aa0851f505..6706408beb11 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/SubDocumentReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/SubDocumentReadHandler.java
@@ -80,8 +80,8 @@ public class SubDocumentReadHandler extends NoCDATATextContentReadHandler
{
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();