diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-12-02 10:36:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-02 13:01:37 +0100 |
commit | 264b9ee8f2a22517a209791a86b4019ac12bcbaf (patch) | |
tree | 5ec65a237b3440be8c3519c2c8deca2839de82c4 /offapi | |
parent | 549760a68f457f406141c843e8a38a2ee0677c53 (diff) |
Fix placement of @since tag
...following up on e3f8e1260ac42b680e79bf50b2645957916d34e0 "Corrections on
xfasatparser IDL file."
Change-Id: I9f8ca5d38cc085256fe264ad6aedb5e15a80a213
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107052
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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 853b886c75a1..9beefe4aa4d6 100644 --- a/offapi/com/sun/star/xml/sax/XFastParser.idl +++ b/offapi/com/sun/star/xml/sax/XFastParser.idl @@ -159,9 +159,9 @@ interface XFastParser: com::sun::star::uno::XInterface void setNamespaceHandler( [in] XFastNamespaceHandler Handler); /** - * @since LibreOffice 7.1 * Simulate a DTD file. * Will allow to use customized entity references like ∞ . + * @since LibreOffice 7.1 */ void setCustomEntityNames( [in] sequence<string> names, [in] sequence<string> replacements); }; |