diff options
author | dante <dante19031999@gmail.com> | 2020-12-01 23:56:25 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-12-02 06:39:50 +0100 |
commit | e3f8e1260ac42b680e79bf50b2645957916d34e0 (patch) | |
tree | 4c741c4d5607fc68aa4da70b80dd2e102f0755a9 /offapi | |
parent | 761a672d62df1891b9f4f367a499b220ab2b33fa (diff) |
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@collabora.co.uk>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XFastParser.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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 ∞ . */ |