From 1156f981ac4557737dd915e89e11abaa61e29f14 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 9 May 2019 16:34:33 +0100 Subject: an is used before a vowel sound MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit not before vowels with a consonant sound so its a url not an url Change-Id: Ic27ff3bee67469284d460c31ced6f63cb3633db2 Reviewed-on: https://gerrit.libreoffice.org/72062 Reviewed-by: Jens Carl Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- udkapi/com/sun/star/io/XPersist.idl | 2 +- udkapi/com/sun/star/loader/XImplementationLoader.idl | 4 ++-- udkapi/com/sun/star/registry/XSimpleRegistry.idl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'udkapi/com') diff --git a/udkapi/com/sun/star/io/XPersist.idl b/udkapi/com/sun/star/io/XPersist.idl index 1df555eaa21a..ec0b467f2114 100644 --- a/udkapi/com/sun/star/io/XPersist.idl +++ b/udkapi/com/sun/star/io/XPersist.idl @@ -27,7 +27,7 @@ module com { module sun { module star { module io { -/** makes it possible to write this object to an URL or read it from an URL. +/** makes it possible to write this object to a URL or read it from a URL. */ published interface XPersist: com::sun::star::uno::XInterface { diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index e5de72cb5b28..d5a5ee3053c0 100644 --- a/udkapi/com/sun/star/loader/XImplementationLoader.idl +++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl @@ -47,7 +47,7 @@ published interface XImplementationLoader: com::sun::star::uno::XInterface @param locationUrl Points to the location of the file containing the component (for instance a .jar-file or a shared library). This parameter - should be in an URL format (= protocol:protocol-dependent-part). + should be in a URL format (= protocol:protocol-dependent-part). In case the string contains no leading "protocol:", the implementation in general assumes, that it is a relative file url.

Special loaders may define @@ -81,7 +81,7 @@ published interface XImplementationLoader: com::sun::star::uno::XInterface @param locationUrl Points to the location of the file containing the component (for instance a .jar-file or a shared library). This parameter - should be in an URL format (= protocol:protocol-dependent-part). + should be in a URL format (= protocol:protocol-dependent-part). In case the string contains no leading "protocol:", the implementation in general assumes, that it is a relative file url.

Special loaders may define diff --git a/udkapi/com/sun/star/registry/XSimpleRegistry.idl b/udkapi/com/sun/star/registry/XSimpleRegistry.idl index 119046ade08c..342d2642f43c 100644 --- a/udkapi/com/sun/star/registry/XSimpleRegistry.idl +++ b/udkapi/com/sun/star/registry/XSimpleRegistry.idl @@ -41,7 +41,7 @@ published interface XSimpleRegistry: com::sun::star::uno::XInterface string getURL(); /** connects the registry to a persistent data source represented by - an URL. + a URL.

If a local registry is already open, this function will close the currently open registry. -- cgit