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

dante (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 2 05:40:35 UTC 2020


 offapi/com/sun/star/xml/sax/XFastParser.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e3f8e1260ac42b680e79bf50b2645957916d34e0
Author:     dante <dante19031999 at gmail.com>
AuthorDate: Tue Dec 1 23:56:25 2020 +0100
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Dec 2 06:39:50 2020 +0100

    Corrections on xfasatparser IDL file.
    
    - Removed uneeded include
    - Added @since tag
    
    Change-Id: I8afd7b59afe6af3dc8cc0bd482c0017611671424
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107035
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/offapi/com/sun/star/xml/sax/XFastParser.idl b/offapi/com/sun/star/xml/sax/XFastParser.idl
index e9081bbd6235..f8f781839c82 100644
--- a/offapi/com/sun/star/xml/sax/XFastParser.idl
+++ b/offapi/com/sun/star/xml/sax/XFastParser.idl
@@ -40,7 +40,6 @@
 #include <com/sun/star/lang/IllegalArgumentException.idl>
 
 #include <com/sum/star/xml/sax/XFastNamespaceHandler.idl>
-//#include <com/sun/star/xml/dom/XEntity.idl>
 
 
 module com {  module sun {  module star {  module xml {  module sax {
@@ -160,6 +159,7 @@ interface XFastParser: com::sun::star::uno::XInterface
     void setNamespaceHandler( [in] XFastNamespaceHandler Handler);
 
     /**
+      * @since 7.1
       * Simulate a DTD file.
       * Will allow to use customized entity references like ∞ .
       */


More information about the Libreoffice-commits mailing list