Typo: enventually=>eventually

Change-Id: I70a769bac1fa04ff5606b729772c1d28b144b64e
This commit is contained in:
Julien Nabet
2014-12-09 23:44:34 +01:00
parent df62a2c81b
commit af35e63722
3 changed files with 3 additions and 3 deletions

View File

@@ -1143,7 +1143,7 @@ int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion,
SwIndex& rSttCntIdx = pCrsr->Start()->nContent;
const sal_Int32 nSttCnt = rSttCntIdx.GetIndex();
// add to shell-cursor-ring so that the regions will be moved enventually
// add to shell-cursor-ring so that the regions will be moved eventually
SwPaM* pPrevRing(nullptr);
if( bRegExp )
{

View File

@@ -573,7 +573,7 @@ int SwFindParaText::Find( SwPaM* pCrsr, SwMoveFn fnMove,
const bool bRegExp(SearchAlgorithms_REGEXP == rSearchOpt.algorithmType);
SwIndex& rSttCntIdx = pCrsr->Start()->nContent;
const sal_Int32 nSttCnt = rSttCntIdx.GetIndex();
// add to shell-cursor-ring so that the regions will be moved enventually
// add to shell-cursor-ring so that the regions will be moved eventually
SwPaM* pPrev(nullptr);
if( bRegExp )
{

View File

@@ -2014,7 +2014,7 @@ void Edit::Command( const CommandEvent& rCEvt )
Point aPos = rCEvt.GetMousePosPixel();
if ( !rCEvt.IsMouseEvent() )
{
// Show menu enventually centered in selection
// Show menu eventually centered in selection
Size aSize = GetOutputSizePixel();
aPos = Point( aSize.Width()/2, aSize.Height()/2 );
}