diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-12-09 23:44:34 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-12-09 23:44:34 +0100 |
commit | af35e637220abd5be906d73a6481631bca48d16a (patch) | |
tree | bd8abc4f1046063f2c50baadc6c2036f3bed2489 /sw | |
parent | df62a2c81bef2bcd96a5f14802e41815f0bdc2da (diff) |
Typo: enventually=>eventually
Change-Id: I70a769bac1fa04ff5606b729772c1d28b144b64e
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/crsr/findattr.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/crsr/findtxt.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/crsr/findattr.cxx b/sw/source/core/crsr/findattr.cxx index abf042c2dc43..618521d0640d 100644 --- a/sw/source/core/crsr/findattr.cxx +++ b/sw/source/core/crsr/findattr.cxx @@ -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 ) { diff --git a/sw/source/core/crsr/findtxt.cxx b/sw/source/core/crsr/findtxt.cxx index 364ee6da33b3..15de11b3467d 100644 --- a/sw/source/core/crsr/findtxt.cxx +++ b/sw/source/core/crsr/findtxt.cxx @@ -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 ) { |