diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-19 00:34:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-19 09:39:47 +0200 |
commit | 46b720b1d85cce5b6b128328bfa9bbc06b3f46e8 (patch) | |
tree | 818bf461adbc7878ded586a29c4e9417e6193c50 /offapi | |
parent | b9b8ca7739828c26ec421b486a3018b8382a4caf (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')
-rw-r--r-- | offapi/com/sun/star/form/XUpdateListener.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/ExternalSheetCache.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/XMLExportFilter.idl | 2 |
3 files changed, 3 insertions, 3 deletions
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. - <p>In addition to just get notified when an data update happened, the listener + <p>In addition to just get notified when a data update happened, the listener has a chance to veto updates <em>before</em> they happen.</p> @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. <p>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.</p> @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; |