diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-16 11:31:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-16 23:19:34 +0200 |
commit | 0f93692fda4226323422cf82ce34ae4bd5e22fab (patch) | |
tree | d79d74bb5ffbc37df5580d67e43d013614d2cf9e /offapi | |
parent | 7c6fbd0ac3b5927b337aa69b132aba14e9b3103f (diff) |
Fix typos
Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d
Reviewed-on: https://gerrit.libreoffice.org/52198
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/graphic/EmfTools.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/graphic/XEmfParser.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/SimpleFileAccess.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/graphic/EmfTools.idl b/offapi/com/sun/star/graphic/EmfTools.idl index f96874bd8c78..f4c2023e97dd 100644 --- a/offapi/com/sun/star/graphic/EmfTools.idl +++ b/offapi/com/sun/star/graphic/EmfTools.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module graphic /** Service that describes the necessary interfaces and properties to handle emf files. - Parses an WMF/EMF/EMF+ file to a sequence of B2DPrimitives for internal usage + Parses a WMF/EMF/EMF+ file to a sequence of B2DPrimitives for internal usage @since LibreOffice 6.0 */ diff --git a/offapi/com/sun/star/graphic/XEmfParser.idl b/offapi/com/sun/star/graphic/XEmfParser.idl index fdfd2901ded9..1c2fd10d7fff 100644 --- a/offapi/com/sun/star/graphic/XEmfParser.idl +++ b/offapi/com/sun/star/graphic/XEmfParser.idl @@ -29,7 +29,7 @@ interface XPrimitive2D; /** XEmfParser interface - This interface allows to parse an WMF/EMF/EMF+ stream in form of a sequence of bytes + This interface allows to parse a WMF/EMF/EMF+ stream in form of a sequence of bytes to be parsed into a sequence of XPrimitive2Ds @since LibreOffice 6.0 diff --git a/offapi/com/sun/star/ucb/SimpleFileAccess.idl b/offapi/com/sun/star/ucb/SimpleFileAccess.idl index 1aa80f638848..5ed9bd63ef2c 100644 --- a/offapi/com/sun/star/ucb/SimpleFileAccess.idl +++ b/offapi/com/sun/star/ucb/SimpleFileAccess.idl @@ -26,7 +26,7 @@ module com { module sun { module star { module ucb { /** Offers a simple access to resources, like files and folders located in a -local file system or on an WebDAV server. +local file system or on a WebDAV server. @author Andreas Bregas @version 1.0 07/25/2000 diff --git a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl index 7134e6ca984d..3203cefd704b 100644 --- a/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl +++ b/offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl @@ -31,7 +31,7 @@ module com { module sun { module star { module ucb { */ interface XWebDAVCommandEnvironment : XCommandEnvironment { - /** This method gets called while assembling an WebDAV/HTTP request. + /** This method gets called while assembling a WebDAV/HTTP request. The returned headername-headervalue pairs will be appended to the list of request headers before the request is dispatched. |