Kaydet (Commit) af35e637 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: enventually=>eventually

Change-Id: I70a769bac1fa04ff5606b729772c1d28b144b64e
üst df62a2c8
...@@ -1143,7 +1143,7 @@ int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion, ...@@ -1143,7 +1143,7 @@ int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion,
SwIndex& rSttCntIdx = pCrsr->Start()->nContent; SwIndex& rSttCntIdx = pCrsr->Start()->nContent;
const sal_Int32 nSttCnt = rSttCntIdx.GetIndex(); 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); SwPaM* pPrevRing(nullptr);
if( bRegExp ) if( bRegExp )
{ {
......
...@@ -573,7 +573,7 @@ int SwFindParaText::Find( SwPaM* pCrsr, SwMoveFn fnMove, ...@@ -573,7 +573,7 @@ int SwFindParaText::Find( SwPaM* pCrsr, SwMoveFn fnMove,
const bool bRegExp(SearchAlgorithms_REGEXP == rSearchOpt.algorithmType); const bool bRegExp(SearchAlgorithms_REGEXP == rSearchOpt.algorithmType);
SwIndex& rSttCntIdx = pCrsr->Start()->nContent; SwIndex& rSttCntIdx = pCrsr->Start()->nContent;
const sal_Int32 nSttCnt = rSttCntIdx.GetIndex(); 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); SwPaM* pPrev(nullptr);
if( bRegExp ) if( bRegExp )
{ {
......
...@@ -2014,7 +2014,7 @@ void Edit::Command( const CommandEvent& rCEvt ) ...@@ -2014,7 +2014,7 @@ void Edit::Command( const CommandEvent& rCEvt )
Point aPos = rCEvt.GetMousePosPixel(); Point aPos = rCEvt.GetMousePosPixel();
if ( !rCEvt.IsMouseEvent() ) if ( !rCEvt.IsMouseEvent() )
{ {
// Show menu enventually centered in selection // Show menu eventually centered in selection
Size aSize = GetOutputSizePixel(); Size aSize = GetOutputSizePixel();
aPos = Point( aSize.Width()/2, aSize.Height()/2 ); aPos = Point( aSize.Width()/2, aSize.Height()/2 );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment