summaryrefslogtreecommitdiff
path: root/svl/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /svl/source
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'svl/source')
-rw-r--r--svl/source/items/nranges.cxx4
-rw-r--r--svl/source/misc/inettype.cxx2
-rw-r--r--svl/source/numbers/supservs.hxx2
-rw-r--r--svl/source/numbers/zforlist.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/svl/source/items/nranges.cxx b/svl/source/items/nranges.cxx
index bc8990eb53d8..7bd5c8895153 100644
--- a/svl/source/items/nranges.cxx
+++ b/svl/source/items/nranges.cxx
@@ -155,7 +155,7 @@ SfxUShortRanges::SfxUShortRanges( sal_uInt16 nWhich1, sal_uInt16 nWhich2 )
}
/**
- * Constcurts an SfxUShortRanges-instance from an sorted ranges of sal_uInt16s,
+ * Constructs an SfxUShortRanges-instance from an sorted ranges of sal_uInt16s,
* terminates with on 0.
*
* Precondition: for each n >= 0 && n < (sizeof(pArr)-1)
@@ -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 078d566b2da9..71bfb54c48b4 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -3492,7 +3492,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 );