From 0f93692fda4226323422cf82ce34ae4bd5e22fab Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 16 Apr 2018 11:31:51 +0200 Subject: Fix typos Change-Id: Ife28cd9399cfcb375bad764dac7424eda50d430d Reviewed-on: https://gerrit.libreoffice.org/52198 Tested-by: Jenkins Reviewed-by: Julien Nabet --- offapi/com/sun/star/graphic/EmfTools.idl | 2 +- offapi/com/sun/star/graphic/XEmfParser.idl | 2 +- offapi/com/sun/star/ucb/SimpleFileAccess.idl | 2 +- offapi/com/sun/star/ucb/XWebDAVCommandEnvironment.idl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'offapi') 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. -- cgit v1.2.3