From 264b9ee8f2a22517a209791a86b4019ac12bcbaf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 2 Dec 2020 10:36:36 +0100 Subject: 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 --- offapi/com/sun/star/xml/sax/XFastParser.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') 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 names, [in] sequence replacements); }; -- cgit v1.2.3