diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:36:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 09:27:18 +0000 |
commit | 55cc79f33f8e4f95f7d56576949db1fb42bf913f (patch) | |
tree | 29db431774b4f9ab5b7281b9453d5dcabed35a83 /editeng | |
parent | ee495c299b3d70b7a7099c51c6badf35a23f9a96 (diff) |
Fix typos
Change-Id: Ic823a46019138b8bbcacd7b52b48d7d7ead2fde2
Reviewed-on: https://gerrit.libreoffice.org/35629
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/hangulhanja.cxx | 2 | ||||
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 2 | ||||
-rw-r--r-- | editeng/source/rtf/rtfitem.cxx | 2 | ||||
-rw-r--r-- | editeng/source/uno/unoedhlp.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx index 7611fe509172..b2ee5df9b8f3 100644 --- a/editeng/source/misc/hangulhanja.cxx +++ b/editeng/source/misc/hangulhanja.cxx @@ -88,7 +88,7 @@ namespace editeng // (and likely a specialised dialog) or if it is to run // automatically without any user interaction. // True for Hangul / Hanja conversion - // False for Chinese simlified / traditional conversion + // False for Chinese simplified / traditional conversion HangulHanjaConversion* m_pAntiImpl; // our "anti-impl" instance diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index ec6e5caa83b8..014ece747009 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -2102,7 +2102,7 @@ NonOverflowingText *Outliner::GetNonOverflowingText() const const sal_Int32 nEndPos = pEditEngine->GetTextLen(nEndPara); if (nLen == 0) { - // XXX: What happens inside this case might be dependent on the joining paragraps or not-thingy + // XXX: What happens inside this case might be dependent on the joining paragraph or not-thingy // Overflowing paragraph is empty or first line overflowing: it's not "Non-Overflowing" text then sal_Int32 nParaLen = GetText(GetParagraph(nOverflowingPara-1)).getLength(); aOverflowingTextSelection = diff --git a/editeng/source/rtf/rtfitem.cxx b/editeng/source/rtf/rtfitem.cxx index 584fc1ddcbdc..7c7e6f1ab833 100644 --- a/editeng/source/rtf/rtfitem.cxx +++ b/editeng/source/rtf/rtfitem.cxx @@ -1866,7 +1866,7 @@ void SvxRTFParser::SetDefault( int nToken, int nValue ) sal_uInt16 nTabCount = (SVX_TAB_DEFDIST * 13 ) / sal_uInt16(nValue); /* cmc, make sure we have at least one, or all hell breaks loose in - everybodies exporters, #i8247# + everybody exporters, #i8247# */ if (nTabCount < 1) nTabCount = 1; diff --git a/editeng/source/uno/unoedhlp.cxx b/editeng/source/uno/unoedhlp.cxx index 7d72e8c27f06..54839155d4c4 100644 --- a/editeng/source/uno/unoedhlp.cxx +++ b/editeng/source/uno/unoedhlp.cxx @@ -198,7 +198,7 @@ bool SvxEditSourceHelper::GetAttributeRun( sal_Int32& nStartIndex, sal_Int32& nE } } } - //need find closest index behind nIndex in the following paragrphs + //need find closest index behind nIndex in the following paragraphs if ( aEndPos.nIndex == nCrrntParaLen ) { SfxItemSet aCrrntSet = rEE.GetAttribs( nPara, nCrrntParaLen-1, nCrrntParaLen, GetAttribsFlags::CHARATTRIBS ); |