summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 09:21:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:33:12 +0200
commit5047891d0419efd49d4e344b8b0dfd39d9b78849 (patch)
tree1884136d36d44559da83b29e8c70ca738178099a /sw
parent407a166a3215da7e23dd60d430332fe7d4324d46 (diff)
typo: positon -> position
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/doccomp.cxx2
-rw-r--r--sw/source/core/doc/docedt.cxx2
-rw-r--r--sw/source/core/doc/docredln.cxx4
-rw-r--r--sw/source/core/layout/frmtool.cxx2
-rw-r--r--sw/source/filter/ww1/fltshell.cxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx
index 1edebce5f26d..14f37d7c7041 100644
--- a/sw/source/core/doc/doccomp.cxx
+++ b/sw/source/core/doc/doccomp.cxx
@@ -2042,7 +2042,7 @@ long SwDoc::MergeDoc( const SwDoc& rDoc )
const SwNode* pDstNd = GetNodes()[
nMyEndOfExtra + nNd - nEndOfExtra ];
- // Found the positon.
+ // Found the position.
// Then we also have to insert the redline to the line in the DestDoc.
_SaveMergeRedlines* pTmp = new _SaveMergeRedlines(
*pDstNd, *pRedl, pRing );
diff --git a/sw/source/core/doc/docedt.cxx b/sw/source/core/doc/docedt.cxx
index 17b24f554bf5..63b9a2b34a15 100644
--- a/sw/source/core/doc/docedt.cxx
+++ b/sw/source/core/doc/docedt.cxx
@@ -933,7 +933,7 @@ bool SwDoc::MoveRange( SwPaM& rPaM, SwPosition& rPos, SwMoveFlags eMvFlags )
}
// Copy all Bookmarks that are within the Move range into an array,
- // that saves the positon as an offset.
+ // that saves the position as an offset.
::std::vector< ::sw::mark::SaveBookmark> aSaveBkmks;
_DelBookmarks(
pStt->nNode,
diff --git a/sw/source/core/doc/docredln.cxx b/sw/source/core/doc/docredln.cxx
index c804ce505442..beb8096dae0b 100644
--- a/sw/source/core/doc/docredln.cxx
+++ b/sw/source/core/doc/docredln.cxx
@@ -2462,7 +2462,7 @@ const SwRangeRedline* SwDoc::SelNextRedline( SwPaM& rPam ) const
SwPosition aSavePos( rSttPos );
bool bRestart;
- // If the starting positon points to the last valid ContentNode,
+ // If the starting position points to the last valid ContentNode,
// we take the next Redline in any case.
sal_uInt16 n = 0;
const SwRangeRedline* pFnd = lcl_FindCurrRedline( rSttPos, n, true );
@@ -2581,7 +2581,7 @@ const SwRangeRedline* SwDoc::SelPrevRedline( SwPaM& rPam ) const
SwPosition aSavePos( rSttPos );
bool bRestart;
- // If the starting positon points to the last valid ContentNode,
+ // If the starting position points to the last valid ContentNode,
// we take the previous Redline in any case.
sal_uInt16 n = 0;
const SwRangeRedline* pFnd = lcl_FindCurrRedline( rSttPos, n, false );
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index fe530679f46e..a0e3800e12de 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -642,7 +642,7 @@ SwFlyNotify::~SwFlyNotify()
pFly->ResetNotifyBack();
}
- //Have the size or the positon changed,
+ //Have the size or the position changed,
//so should the view know this.
SWRECTFN( pFly )
const bool bPosChgd = POS_DIFF( aFrm, pFly->Frm() );
diff --git a/sw/source/filter/ww1/fltshell.cxx b/sw/source/filter/ww1/fltshell.cxx
index 3d93e702274a..d6adfccc92a5 100644
--- a/sw/source/filter/ww1/fltshell.cxx
+++ b/sw/source/filter/ww1/fltshell.cxx
@@ -460,7 +460,7 @@ static bool IterateNumrulePiece( const SwNodeIndex& rEnd,
return rTmpStart <= rTmpEnd; // valid ?
}
-//***This function will check whether there is existing individual attribute positon for 0x0D***/
+//***This function will check whether there is existing individual attribute position for 0x0D***/
//The check will happen only once for a paragraph during loading
bool SwFltControlStack::HasSdOD()
{