diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-19 14:10:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-19 14:10:48 +0200 |
commit | 31623bb04a86cc848beec359bd7567833aad5fd3 (patch) | |
tree | cdf8517b021e73bdcb5d5a625073da591d4929b4 /offapi | |
parent | 7b86ff8c8a791ddf80d07be3f5309fb889c3f8be (diff) |
Missing @since tags
Change-Id: Ief16e1facfa9c2e2be5722b9261bcd83a1f7b9be
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XFastNamespaceHandler.idl | 1 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/sax/XFastParser.idl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastNamespaceHandler.idl b/offapi/com/sun/star/xml/sax/XFastNamespaceHandler.idl index 9ea3ee6d62a5..3a109b91d5bf 100644 --- a/offapi/com/sun/star/xml/sax/XFastNamespaceHandler.idl +++ b/offapi/com/sun/star/xml/sax/XFastNamespaceHandler.idl @@ -23,6 +23,7 @@ module com { module sun { module star { module xml { module sax { +/** @since LibreOffice 5.3 */ interface XFastNamespaceHandler: com::sun::star::uno::XInterface { void registerNamespace( [in] string NamespacePrefix, [in] string NamespaceURI ); diff --git a/offapi/com/sun/star/xml/sax/XFastParser.idl b/offapi/com/sun/star/xml/sax/XFastParser.idl index 7f74e8ee00c6..6ea4278a2c8d 100644 --- a/offapi/com/sun/star/xml/sax/XFastParser.idl +++ b/offapi/com/sun/star/xml/sax/XFastParser.idl @@ -155,6 +155,7 @@ interface XFastParser: com::sun::star::uno::XInterface string getNamespaceURL( [in] string prefix ) raises( com::sun::star::lang::IllegalArgumentException ); + /** @since LibreOffice 5.3 */ void setNamespaceHandler( [in] XFastNamespaceHandler Handler); }; |