diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-09 16:34:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 10:01:13 +0200 |
commit | 1156f981ac4557737dd915e89e11abaa61e29f14 (patch) | |
tree | 86e847ba365f478bb74d3fc4e3785689d8b45c6f /udkapi | |
parent | 0dc47739176493ded49b665c5fdfe0fe8fff39c1 (diff) |
an is used before a vowel sound
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 <j.carl43@gmx.de>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/io/XPersist.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/loader/XImplementationLoader.idl | 4 | ||||
-rw-r--r-- | udkapi/com/sun/star/registry/XSimpleRegistry.idl | 2 |
3 files changed, 4 insertions, 4 deletions
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. <p>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. <p>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. <p>If a local registry is already open, this function will close the currently open registry. |