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