[Libreoffice-commits] core.git: sw/source vcl/source
Julien Nabet
serval2412 at yahoo.fr
Tue Dec 9 14:45:47 PST 2014
sw/source/core/crsr/findattr.cxx | 2 +-
sw/source/core/crsr/findtxt.cxx | 2 +-
vcl/source/control/edit.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit af35e637220abd5be906d73a6481631bca48d16a
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Tue Dec 9 23:44:34 2014 +0100
Typo: enventually=>eventually
Change-Id: I70a769bac1fa04ff5606b729772c1d28b144b64e
diff --git a/sw/source/core/crsr/findattr.cxx b/sw/source/core/crsr/findattr.cxx
index abf042c..618521d 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 364ee6d..15de11b 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 )
{
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index e5a497c..76775af 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -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 );
}
More information about the Libreoffice-commits
mailing list