summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/parser/office/DocumentContentReadHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/parser/office/DocumentContentReadHandler.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/parser/office/DocumentContentReadHandler.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/office/DocumentContentReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/office/DocumentContentReadHandler.java
index 6557227f8dd7..d9b2d0922282 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/office/DocumentContentReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/office/DocumentContentReadHandler.java
@@ -65,6 +65,7 @@ public class DocumentContentReadHandler extends AbstractXmlReadHandler
* @param attrs the attributes.
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected void startParsing(final Attributes attrs)
throws SAXException
{
@@ -158,6 +159,7 @@ public class DocumentContentReadHandler extends AbstractXmlReadHandler
*
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected XmlReadHandler getHandlerForChild(final String uri,
final String tagName,
final Attributes atts)
@@ -199,6 +201,7 @@ public class DocumentContentReadHandler extends AbstractXmlReadHandler
*
* @throws org.xml.sax.SAXException if there is a parsing error.
*/
+ @Override
protected void doneParsing()
throws SAXException
{