From ed4627ba2c40a2199652614278cae93c8726e526 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 28 Feb 2015 10:19:53 +0100 Subject: Typo: skiped->skipped Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314 --- i18npool/source/breakiterator/breakiteratorImpl.cxx | 2 +- sc/source/core/data/table4.cxx | 2 +- sd/source/ui/view/outlview.cxx | 4 ++-- slideshow/source/engine/usereventqueue.cxx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx index b708b13fbe6e..6df41fec581e 100644 --- a/i18npool/source/breakiterator/breakiteratorImpl.cxx +++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx @@ -139,7 +139,7 @@ Boundary SAL_CALL BreakIteratorImpl::previousWord( const OUString& Text, sal_Int sal_Int32 nPos = skipSpace(Text, nStartPos, len, rWordType, false); - // if some spaces are skiped, and the script type is Asian with no CJK rLocale, we have to return + // if some spaces are skipped, and the script type is Asian with no CJK rLocale, we have to return // (nStartPos, -1) for caller to send correct rLocale for loading correct dictionary. result.startPos = nPos; if (nPos != nStartPos && nPos > 0 && !isCJK(rLocale) && getScriptClass(Text.iterateCodePoints(&nPos, -1)) == ScriptType::ASIAN) { diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx index e3952bc1cabe..cc41bb73153e 100644 --- a/sc/source/core/data/table4.cxx +++ b/sc/source/core/data/table4.cxx @@ -1559,7 +1559,7 @@ void ScTable::FillSeries( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, if (bVertical) { // if not filtered use the faster method - // hidden cols/rows should be skiped + // hidden cols/rows should be skipped if(!bIsFiltered) { aCol[nCol].SetPatternArea( static_cast(nIMin), diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 3315364bd7ac..05b79257a691 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -1284,11 +1284,11 @@ Paragraph* OutlineView::GetParagraphForPage( ::Outliner& rOutl, SdPage* pPage ) // if this paragraph is a page ... if( mrOutliner.HasParaFlag(pPara,PARAFLAG_ISPAGE) ) { - // see if we already skiped enough pages + // see if we already skipped enough pages if( 0 == nPagesToSkip ) break; // and if so, end the loop - // we skiped another page + // we skipped another page nPagesToSkip--; } diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx index ee73d0451ea0..b6447e6d1d19 100644 --- a/slideshow/source/engine/usereventqueue.cxx +++ b/slideshow/source/engine/usereventqueue.cxx @@ -241,7 +241,7 @@ public: mbSkipTriggersNextEffect(true) {} /** Remember to trigger (or not to trigger) the next effect after the - current effect is skiped. + current effect is skipped. */ void setSkipTriggersNextEffect (const bool bSkipTriggersNextEffect) { mbSkipTriggersNextEffect = bSkipTriggersNextEffect; } -- cgit v1.2.3