summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 00:34:24 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 09:39:47 +0200
commit46b720b1d85cce5b6b128328bfa9bbc06b3f46e8 (patch)
tree818bf461adbc7878ded586a29c4e9417e6193c50 /offapi/com/sun/star/xml
parentb9b8ca7739828c26ec421b486a3018b8382a4caf (diff)
Fix typos
Change-Id: Ida64346bc11053bf43fd1208914407b3b2f1338e Reviewed-on: https://gerrit.libreoffice.org/77681 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r--offapi/com/sun/star/xml/XMLExportFilter.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/xml/XMLExportFilter.idl b/offapi/com/sun/star/xml/XMLExportFilter.idl
index d82454ba8c9b..1afd0112ae84 100644
--- a/offapi/com/sun/star/xml/XMLExportFilter.idl
+++ b/offapi/com/sun/star/xml/XMLExportFilter.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module xml {
XDocumentHandler will then be used to export the XML data stream. */
published service XMLExportFilter
{
- /** An com.sun.star.xml.sax.XDocumentHandler needs to be passed to
+ /** A com.sun.star.xml.sax.XDocumentHandler needs to be passed to
the com::sun::star::lang::XInitialization::initialize() call.
*/
service com::sun::star::document::ExportFilter;