diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-09 22:55:28 +0100 |
---|---|---|
committer | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2016-07-20 01:25:53 -0400 |
commit | d955148381be3496b091fab7c2335d080634d376 (patch) | |
tree | fed9feebbc3cf62cc75b7a5d7d11d4391ac66521 /svl | |
parent | 1ca1ab42e7a7e7132375cb07745b33f635dd62e8 (diff) |
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
(cherry picked from commit 64d624b65124ac02d8ee59b135593fd9d8eb9067)
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/nranges.cxx | 2 | ||||
-rw-r--r-- | svl/source/misc/inettype.cxx | 2 | ||||
-rw-r--r-- | svl/source/numbers/supservs.hxx | 2 | ||||
-rw-r--r-- | svl/source/numbers/zforlist.cxx | 2 | ||||
-rw-r--r-- | svl/unx/source/svdde/ddedummy.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/svl/source/items/nranges.cxx b/svl/source/items/nranges.cxx index ff9ff7d6e3ab..7bd5c8895153 100644 --- a/svl/source/items/nranges.cxx +++ b/svl/source/items/nranges.cxx @@ -486,7 +486,7 @@ SfxUShortRanges& SfxUShortRanges::operator -= // right side if( u1 > u2 ) // anything left at all { - // reduce minuend interval, try again (minuend might be affected by other subtrahend itnervals ) + // reduce minuend interval, try again (minuend might be affected by other subtrahend intervals ) _pRanges[ nPos1 ] = u2 + 1; } diff --git a/svl/source/misc/inettype.cxx b/svl/source/misc/inettype.cxx index fbf6180e8ce9..15ca63f9f89c 100644 --- a/svl/source/misc/inettype.cxx +++ b/svl/source/misc/inettype.cxx @@ -410,7 +410,7 @@ Registration::~Registration() // static TypeNameMapEntry * Registration::getExtensionEntry(OUString const & rTypeName) { - OUString aTheTypeName = rTypeName.toAsciiLowerCase();; + OUString aTheTypeName = rTypeName.toAsciiLowerCase(); Registration &rRegistration = theRegistration::get(); TypeNameMap::iterator it = rRegistration.m_aTypeNameMap.find(aTheTypeName); if (it != rRegistration.m_aTypeNameMap.end()) diff --git a/svl/source/numbers/supservs.hxx b/svl/source/numbers/supservs.hxx index ff498a991ece..1a0c50c8a576 100644 --- a/svl/source/numbers/supservs.hxx +++ b/svl/source/numbers/supservs.hxx @@ -28,7 +28,7 @@ /** * SvNumberFormatsSupplierServiceObject - a number formats supplier which * - can be instantiated as an service - * - works with it's own SvNumberFormatter instance + * - works with its own SvNumberFormatter instance * - can be initialized (css::lang::XInitialization) * with a specific language (i.e. css::lang::Locale) */ diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx index 26f683a83286..277754719a9e 100644 --- a/svl/source/numbers/zforlist.cxx +++ b/svl/source/numbers/zforlist.cxx @@ -3482,7 +3482,7 @@ bool SvNumberFormatter::GetNewCurrencySymbolString( sal_uInt32 nFormat, OUString if ( ppEntry ) { bool bFoundBank = false; - // we definiteley need an entry matching the format code string + // we definitely need an entry matching the format code string const NfCurrencyEntry* pFoundEntry = GetCurrencyEntry( bFoundBank, aSymbol, aExtension, pFormat->GetLanguage(), true ); diff --git a/svl/unx/source/svdde/ddedummy.cxx b/svl/unx/source/svdde/ddedummy.cxx index 4926df3e6319..fb9446115137 100644 --- a/svl/unx/source/svdde/ddedummy.cxx +++ b/svl/unx/source/svdde/ddedummy.cxx @@ -91,7 +91,7 @@ const OUString DdeConnection::GetServiceName() const OUString DdeConnection::GetTopicName() { - return OUString();; + return OUString(); } DdeTransaction::DdeTransaction( DdeConnection& rConnection, const OUString&, long ) |