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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi/com/sun/star/io') 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 { -- cgit