summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java
index 08a410a5c7bc..371026905cad 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/text/TextContentReadHandler.java
@@ -52,6 +52,7 @@ public class TextContentReadHandler extends NoCDATATextContentReadHandler
* @param length the length.
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
public void characters(final char[] ch, final int start, final int length)
throws SAXException
{