diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-22 23:27:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 11:44:59 +0200 |
commit | 7d071f35bee7bed82ac47429a594e76617518d20 (patch) | |
tree | 3ed3c824582657839c55a1caf4c246788533929f /reportbuilder | |
parent | 934fa68365b40c9dcfe5ae4a0e712195e0c1d5a4 (diff) |
Fix typos
Change-Id: Iebc31a53404da41f35eed7338662365d7efbd7a2
Reviewed-on: https://gerrit.libreoffice.org/57810
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java | 4 |
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 8c06ac021606..e285d8b18caf 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java @@ -116,9 +116,9 @@ public class ImageReadHandler extends ElementReadHandler @Override protected void doneParsing() throws SAXException { - // if we have static content (as well or only), that one goes into the + // if we have static content (as well as or only), that one goes into the // alternate-content attribute right now. It is part of the output target - // and style rules to deal with them properly .. + // and style rules to deal with them properly. if (xLinkReadHandler != null) { contentElement.setAttribute(OfficeNamespaces.OOREPORT_NS, |