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 --- package/source/xstor/xstorage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/source/xstor') diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx index c3033decefd6..95233f787b45 100644 --- a/package/source/xstor/xstorage.cxx +++ b/package/source/xstor/xstorage.cxx @@ -4719,7 +4719,7 @@ uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OStorage::getRelati for ( sal_Int32 nInd2 = 0; nInd2 < aSeq[nInd1].getLength(); nInd2++ ) if ( aSeq[nInd1][nInd2].First == "Type" ) { - // the type is usually an URL, so the check should be case insensitive + // the type is usually a URL, so the check should be case insensitive if ( aSeq[nInd1][nInd2].Second.equalsIgnoreAsciiCase( sType ) ) { aResult.realloc( ++nEntriesNum ); -- cgit