summaryrefslogtreecommitdiff
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.java3
1 files changed, 3 insertions, 0 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 a1408d20dd52..5a6356abdc8b 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/FormattedTextReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/FormattedTextReadHandler.java
@@ -50,6 +50,7 @@ public class FormattedTextReadHandler extends ElementReadHandler
* @param attrs the attributes.
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected void startParsing(final Attributes attrs) throws SAXException
{
super.startParsing(attrs);
@@ -80,6 +81,7 @@ public class FormattedTextReadHandler extends ElementReadHandler
* @return the handler or null, if the tagname is invalid.
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected XmlReadHandler getHandlerForChild(final String uri,
final String tagName,
final Attributes atts)
@@ -101,6 +103,7 @@ public class FormattedTextReadHandler extends ElementReadHandler
return null;
}
+ @Override
public Element getElement()
{
return element;