[Libreoffice-commits] core.git: offapi/com
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 2 12:02:26 UTC 2020
offapi/com/sun/star/xml/sax/XFastParser.idl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 264b9ee8f2a22517a209791a86b4019ac12bcbaf
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Dec 2 10:36:36 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Dec 2 13:01:37 2020 +0100
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 at redhat.com>
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);
};
More information about the Libreoffice-commits
mailing list