Typo: enventually=>eventually
Change-Id: I70a769bac1fa04ff5606b729772c1d28b144b64e
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
@@ -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 )
|
||||
{
|
||||
|
@@ -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 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user