summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/parser/chart/ChartReadHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/parser/chart/ChartReadHandler.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/parser/chart/ChartReadHandler.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/chart/ChartReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/chart/ChartReadHandler.java
index a7a6e55ceb31..4956dfb7a455 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/chart/ChartReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/chart/ChartReadHandler.java
@@ -57,6 +57,7 @@ public class ChartReadHandler 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)
@@ -84,6 +85,7 @@ public class ChartReadHandler extends ElementReadHandler
*
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected void doneParsing() throws SAXException
{
for (ElementReadHandler handler : children)
@@ -92,6 +94,7 @@ public class ChartReadHandler extends ElementReadHandler
}
}
+ @Override
public Element getElement()
{
return element;