summaryrefslogtreecommitdiff
path: root/editeng/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-29 16:56:44 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 16:27:07 -0500
commit70becdfa4cb111ea971ef9f88757576422500bdc (patch)
tree009b6647847b1e5e4186904fb8c2eb4706da8230 /editeng/source
parent96087331e3a97ec5570596796f4aed25bcb102bc (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 1a8915ef8302b13b781977209ae1fa41f5f659dc) Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e
Diffstat (limited to 'editeng/source')
-rw-r--r--editeng/source/editeng/impedit2.cxx2
-rw-r--r--editeng/source/misc/splwrap.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index 6138f559c756..d046019a9d49 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -2368,7 +2368,7 @@ EditPaM ImpEditEngine::DeleteLeftOrRight( const EditSelection& rSel, sal_uInt8 n
}
}
- // ConnectParagraphs not enoguh for different Nodes when
+ // ConnectParagraphs not enough for different Nodes when
// DELMODE_RESTOFCONTENT.
if ( ( nDelMode == DELMODE_RESTOFCONTENT ) || ( aDelStart.GetNode() == aDelEnd.GetNode() ) )
return ImpDeleteSelection( EditSelection( aDelStart, aDelEnd ) );
diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx
index c5a81952fe38..255aef8914ad 100644
--- a/editeng/source/misc/splwrap.cxx
+++ b/editeng/source/misc/splwrap.cxx
@@ -359,7 +359,7 @@ bool SvxSpellWrapper::SpellNext( )
}
else if( bReverse == bStartChk ) //For a change of direction, an area can
{ // be processed during certain circumstances
- if( bStartChk ) // If the firdt part is spell checked in backwards
+ if( bStartChk ) // If the first part is spell checked in backwards
bEndDone = true; // and this is reversed in the process, then
else // then the end part is processed (and vice-versa).
bStartDone = true;