From 46b720b1d85cce5b6b128328bfa9bbc06b3f46e8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 00:34:24 +0200 Subject: Fix typos Change-Id: Ida64346bc11053bf43fd1208914407b3b2f1338e Reviewed-on: https://gerrit.libreoffice.org/77681 Tested-by: Jenkins Reviewed-by: Julien Nabet --- offapi/com/sun/star/form/XUpdateListener.idl | 2 +- offapi/com/sun/star/sheet/ExternalSheetCache.idl | 2 +- offapi/com/sun/star/xml/XMLExportFilter.idl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/form/XUpdateListener.idl b/offapi/com/sun/star/form/XUpdateListener.idl index 8d8111b0a6a3..c991603e33e2 100644 --- a/offapi/com/sun/star/form/XUpdateListener.idl +++ b/offapi/com/sun/star/form/XUpdateListener.idl @@ -29,7 +29,7 @@ /** used to listen on objects which allow updating their data. -

In addition to just get notified when an data update happened, the listener +

In addition to just get notified when a data update happened, the listener has a chance to veto updates before they happen.

@see XUpdateBroadcaster diff --git a/offapi/com/sun/star/sheet/ExternalSheetCache.idl b/offapi/com/sun/star/sheet/ExternalSheetCache.idl index 8468bd9b3d48..134b787b9d1c 100644 --- a/offapi/com/sun/star/sheet/ExternalSheetCache.idl +++ b/offapi/com/sun/star/sheet/ExternalSheetCache.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module sheet { /** A single sheet cache for an external document.

This cached data is used for external cell and cell range references, - as well as external range names. An com::sun::star::sheet::ExternalDocLink + as well as external range names. A com::sun::star::sheet::ExternalDocLink instance contains a set of these sheet caches.

@see com::sun::star::sheet::ExternalDocLink 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; -- cgit