[Libreoffice-commits] core.git: offapi/com

Stephan Bergmann sbergman at redhat.com
Tue Jul 19 12:11:14 UTC 2016


 offapi/com/sun/star/xml/sax/XFastNamespaceHandler.idl |    1 +
 offapi/com/sun/star/xml/sax/XFastParser.idl           |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 31623bb04a86cc848beec359bd7567833aad5fd3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jul 19 14:10:48 2016 +0200

    Missing @since tags
    
    Change-Id: Ief16e1facfa9c2e2be5722b9261bcd83a1f7b9be

diff --git a/offapi/com/sun/star/xml/sax/XFastNamespaceHandler.idl b/offapi/com/sun/star/xml/sax/XFastNamespaceHandler.idl
index 9ea3ee6..3a109b9 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 7f74e8e..6ea4278 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);
 };
 


More information about the Libreoffice-commits mailing list