Kaydet (Commit) ed4627ba authored tarafından Julien Nabet's avatar Julien Nabet

Typo: skiped->skipped

Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314
üst a1044730
......@@ -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) {
......
......@@ -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<SCROW>(nIMin),
......
......@@ -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--;
}
......
......@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment