summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/parser/xlink/XLinkReadHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/parser/xlink/XLinkReadHandler.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/parser/xlink/XLinkReadHandler.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/xlink/XLinkReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/xlink/XLinkReadHandler.java
index beb57b2eabb9..5c9050fb2a3a 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/xlink/XLinkReadHandler.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/xlink/XLinkReadHandler.java
@@ -46,6 +46,7 @@ public class XLinkReadHandler 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
{
uri = attrs.getValue(OfficeNamespaces.XLINK_NS, "uri");
@@ -65,6 +66,7 @@ public class XLinkReadHandler extends AbstractXmlReadHandler
return uri;
}
+ @Override
public String getUri()
{
return uri;