diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 12:52:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 12:25:17 +0000 |
commit | 25e0872da600c65a08c73c335f0e1ef21b2f00f5 (patch) | |
tree | 17bb46a39c838c5932ca7ca6b3d4fa3c19488583 /svl | |
parent | 7f56e58148602f75b7b5ccccf1860dc65c4620d0 (diff) |
Fix typos
Change-Id: I4eda687db6ad8d41e6a28430c76b288510da605d
Reviewed-on: https://gerrit.libreoffice.org/35645
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/poolio.cxx | 2 | ||||
-rw-r--r-- | svl/source/notify/lstner.cxx | 2 | ||||
-rw-r--r-- | svl/source/numbers/zformat.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx index 24a18e1889a2..709e4808e2cd 100644 --- a/svl/source/items/poolio.cxx +++ b/svl/source/items/poolio.cxx @@ -812,7 +812,7 @@ const SfxPoolItem* SfxItemPool::LoadSurrogate if ( !bResolvable ) { // If the pool in the stream has a different structure, the SlotId - // from the stream must be mapable to a WhichId + // from the stream must be mappable to a WhichId sal_uInt16 nMappedWhich = nSlotId ? GetWhich(nSlotId) : 0; if ( IsWhich(nMappedWhich) ) { diff --git a/svl/source/notify/lstner.cxx b/svl/source/notify/lstner.cxx index 8c3bdfb58e76..070cc9edf04d 100644 --- a/svl/source/notify/lstner.cxx +++ b/svl/source/notify/lstner.cxx @@ -109,7 +109,7 @@ void SfxListener::EndListening( SfxBroadcaster& rBroadcaster, bool bAllDups ) void SfxListener::EndListeningAll() { - // Attention: when optimizing this: Respect sideffects of RemoveListener! + // Attention: when optimizing this: respect side effects of RemoveListener! while ( !mpImpl->maBCs.empty() ) { SfxBroadcaster *pBC = mpImpl->maBCs.front(); diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx index 62ae5b7d95da..3b85e192adfa 100644 --- a/svl/source/numbers/zformat.cxx +++ b/svl/source/numbers/zformat.cxx @@ -780,7 +780,7 @@ OUString SvNumberformat::ImpObtainCalendarAndNumerals( OUStringBuffer& rString, // [NatNum1] simple numerals // [natNum2] financial numerals // [NatNum3] Arabic fullwidth numerals - // Chine simplified and Chinese traditional have same primary mask + // Chinese simplified and Chinese traditional have same primary mask // Chinese-PRC if ( nReferenceLanguage == LANGUAGE_CHINESE_SIMPLIFIED && nLocaleLang != LANGUAGE_CHINESE_SIMPLIFIED |