From 75f5d9d21401d16698eac2c5d092ae83970c0a99 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 10:46:50 +0200 Subject: typo: postion -> position --- editeng/source/editeng/impedit.cxx | 2 +- editeng/source/editeng/impedit3.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'editeng') diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx index 5d29c8b31669..b616404fb0dd 100644 --- a/editeng/source/editeng/impedit.cxx +++ b/editeng/source/editeng/impedit.cxx @@ -248,7 +248,7 @@ void ImpEditView::DrawSelection( EditSelection aTmpSel, Region* pRegion, OutputD if ( aBottomRight.Y() < GetVisDocTop() ) continue; - // Now that we have Bidi, the first/last index doesn't have to be the 'most outside' postion + // Now that we have Bidi, the first/last index doesn't have to be the 'most outside' position if ( !bPartOfLine ) { Range aLineXPosStartEnd = pEditEngine->GetLineXPosStartEnd(pTmpPortion, pLine); diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index 5c9182972466..e3b33bf859be 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -1254,7 +1254,7 @@ sal_Bool ImpEditEngine::CreateLines( sal_Int32 nPara, sal_uInt32 nStartPosY ) bool bCanHyphenate = ( aTmpFont.GetCharSet() != RTL_TEXTENCODING_SYMBOL ); if ( bCompressedChars && pPortion && ( pPortion->GetLen() > 1 ) && pPortion->GetExtraInfos() && pPortion->GetExtraInfos()->bCompressed ) { - // I need the manipulated DXArray for determining the break postion... + // I need the manipulated DXArray for determining the break position... sal_Int32* pDXArray = NULL; if (!pLine->GetCharPosArray().empty()) pDXArray = &pLine->GetCharPosArray()[0] + (nPortionStart - pLine->GetStart()); @@ -4310,7 +4310,7 @@ void ImpEditEngine::ImplInitLayoutMode( OutputDevice* pOutDev, sal_Int32 nPara, sal_uLong nLayoutMode = pOutDev->GetLayoutMode(); - // We always use the left postion for DrawText() + // We always use the left position for DrawText() nLayoutMode &= ~(TEXT_LAYOUT_BIDI_RTL); if ( !bCTL && !bR2L) -- cgit