summaryrefslogtreecommitdiff
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
parent407a166a3215da7e23dd60d430332fe7d4324d46 (diff)
typo: positon -> position
-rw-r--r--dbaccess/qa/complex/dbaccess/DatabaseDocument.java2
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx2
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx2
-rw-r--r--include/svl/zformat.hxx2
-rw-r--r--include/vcl/fixedhyper.hxx2
-rw-r--r--lotuswordpro/source/filter/lwpcelllayout.cxx2
-rw-r--r--svx/source/table/celltypes.hxx2
-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
12 files changed, 13 insertions, 13 deletions
diff --git a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
index 3ab8920c4c69..b0aa9f9b2abc 100644
--- a/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
+++ b/dbaccess/qa/complex/dbaccess/DatabaseDocument.java
@@ -887,7 +887,7 @@ public class DatabaseDocument extends TestCase implements com.sun.star.document.
for (int i = 0; i < _expectedEvents.length; ++i)
{
- assertEquals("wrong event at positon " + (i + 1) + " for '" + _context + "'",
+ assertEquals("wrong event at position " + (i + 1) + " for '" + _context + "'",
_expectedEvents[i], _actualEvents.get(i));
}
}
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 22960d614b38..225e32e696a5 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -1490,7 +1490,7 @@ void OSelectionBrowseBox::InsertColumn(OTableFieldDescRef pEntry, sal_uInt16& _n
DeactivateCell();
- // remember the column id of the current positon
+ // remember the column id of the current position
sal_uInt16 nColumnId = GetColumnId(_nColumnPosition);
// put at the end of the list if to small or to big,
if ((_nColumnPosition == BROWSER_INVALIDID) || (_nColumnPosition >= getFields().size())) // append the field
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index eb19f8366873..ef8a814a3e2f 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -714,7 +714,7 @@ IMPL_LINK( UpdateCheckUI, WindowEventHdl, VclWindowEvent*, pEvent )
Point aWinPos = aIconRect.BottomCenter();
mpBubbleWin->SetTipPosPixel( aWinPos );
if ( mpBubbleWin->IsVisible() )
- mpBubbleWin->Show(); // This will recalc the screen positon of the bubble
+ mpBubbleWin->Show(); // This will recalc the screen position of the bubble
}
}
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index 546be334590c..5920243fb950 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -575,7 +575,7 @@ private:
@returns a string with the calendar if one was determined from the
calendar code, else an empty string. The calendar string needs to be
- inserted at a proper positon to rString after all bracketed prefixes.
+ inserted at a proper position to rString after all bracketed prefixes.
*/
SVL_DLLPRIVATE OUString ImpObtainCalendarAndNumerals( OUStringBuffer & rString,
sal_Int32 & nPos,
diff --git a/include/vcl/fixedhyper.hxx b/include/vcl/fixedhyper.hxx
index a2bc891f60fe..37e4465d4f53 100644
--- a/include/vcl/fixedhyper.hxx
+++ b/include/vcl/fixedhyper.hxx
@@ -37,7 +37,7 @@ class VCL_DLLPUBLIC FixedHyperlink : public FixedText
*/
void Initialize();
- /** is position X positon hitting text */
+ /** is position X position hitting text */
SAL_DLLPRIVATE bool ImplIsOverText(Point rPosition);
protected:
diff --git a/lotuswordpro/source/filter/lwpcelllayout.cxx b/lotuswordpro/source/filter/lwpcelllayout.cxx
index 85a3d1d569ce..290924d43fae 100644
--- a/lotuswordpro/source/filter/lwpcelllayout.cxx
+++ b/lotuswordpro/source/filter/lwpcelllayout.cxx
@@ -324,7 +324,7 @@ XFCell* LwpCellLayout::ConvertCell(LwpObjectID aTableID, sal_uInt16 nRow, sal_uI
OUString aStyleName = m_StyleName;
// if cell layout is aTableID's default cell layout
- // we should judt its style by current positon
+ // we should judt its style by current position
if (*pTable->GetDefaultCellStyle() == *GetObjectID())
{
aStyleName = GetCellStyleName(nRow, nCol, pTable->GetTableLayout());
diff --git a/svx/source/table/celltypes.hxx b/svx/source/table/celltypes.hxx
index a3e7dd373a5b..c01c6eab6bcf 100644
--- a/svx/source/table/celltypes.hxx
+++ b/svx/source/table/celltypes.hxx
@@ -79,7 +79,7 @@ public:
}
/* iterates in the configured direction and returns true if rValue
- now contains a valid positon in the range of this iterator */
+ now contains a valid position in the range of this iterator */
bool next( T& rValue )
{
if( maIter == maEnd )
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()
{