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 --- reportdesign/source/core/api/ReportDefinition.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportdesign/source') diff --git a/reportdesign/source/core/api/ReportDefinition.cxx b/reportdesign/source/core/api/ReportDefinition.cxx index 591c919595d4..dc2f6f6ba06c 100644 --- a/reportdesign/source/core/api/ReportDefinition.cxx +++ b/reportdesign/source/core/api/ReportDefinition.cxx @@ -1552,7 +1552,7 @@ void SAL_CALL OReportDefinition::load( const uno::Sequence< beans::PropertyValue ::comphelper::NamedValueCollection aArguments( _rArguments ); - // the source for the to-be-created storage: either an URL, or a stream + // the source for the to-be-created storage: either a URL, or a stream uno::Reference< io::XInputStream > xStream; OUString sURL; -- cgit