summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/accessibility/AccessibleStaticTextBase.cxx2
-rw-r--r--editeng/source/editeng/editdoc.hxx2
-rw-r--r--editeng/source/editeng/eerdll.cxx2
-rw-r--r--editeng/source/editeng/impedit2.cxx2
-rw-r--r--editeng/source/misc/hangulhanja.cxx2
-rw-r--r--editeng/source/rtf/rtfitem.cxx2
-rw-r--r--editeng/source/uno/unotext.cxx2
7 files changed, 7 insertions, 7 deletions
diff --git a/editeng/source/accessibility/AccessibleStaticTextBase.cxx b/editeng/source/accessibility/AccessibleStaticTextBase.cxx
index 37a30c64af03..e6d52b9a5270 100644
--- a/editeng/source/accessibility/AccessibleStaticTextBase.cxx
+++ b/editeng/source/accessibility/AccessibleStaticTextBase.cxx
@@ -876,7 +876,7 @@ namespace accessibility
aRes += mpImpl->GetParagraph(i).getTextRange( 0, aEndIndex.nIndex );
}
}
- //According the the flag we marked before, we have to add "\n" at the beginning
+ //According to the flag we marked before, we have to add "\n" at the beginning
//or at the end of the result string.
if ( bStart )
{
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx
index 8ed981618f45..612786fd386a 100644
--- a/editeng/source/editeng/editdoc.hxx
+++ b/editeng/source/editeng/editdoc.hxx
@@ -698,7 +698,7 @@ private:
public:
EditSelection(); // No constructor and destructor
- // are automtically excecuted correctly!
+ // are automatically executed correctly!
EditSelection( const EditPaM& rStartAndAnd );
EditSelection( const EditPaM& rStart, const EditPaM& rEnd );
diff --git a/editeng/source/editeng/eerdll.cxx b/editeng/source/editeng/eerdll.cxx
index b8dd439112d5..2a6b40017c06 100644
--- a/editeng/source/editeng/eerdll.cxx
+++ b/editeng/source/editeng/eerdll.cxx
@@ -89,7 +89,7 @@ GlobalEditData::GlobalEditData()
GlobalEditData::~GlobalEditData()
{
// Destroy DefItems...
- // Or simply keep them, since at end of excecution?!
+ // Or simply keep them, since at end of execution?!
if ( ppDefItems )
SfxItemPool::ReleaseDefaults( ppDefItems, EDITITEMCOUNT, true );
}
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index 27c2ad9eee2b..3f030d1de1dd 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -647,7 +647,7 @@ void ImpEditEngine::SetText(const OUString& rText)
// RemoveText deletes the undo list!
EditPaM aStartPaM = RemoveText();
bool bUndoCurrentlyEnabled = IsUndoEnabled();
- // The text inserted manually can not be made reversable by the user
+ // The text inserted manually can not be made reversible by the user
EnableUndo( false );
EditSelection aEmptySel( aStartPaM, aStartPaM );
diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx
index 5414ffa45f2d..a4c12e1262e1 100644
--- a/editeng/source/misc/hangulhanja.cxx
+++ b/editeng/source/misc/hangulhanja.cxx
@@ -754,7 +754,7 @@ namespace editeng
// according to FT we should not (yet) bother about Hangul/Hanja conversion here
//
- // aOffsets is needed in ReplaceUnit below in order to to find out
+ // aOffsets is needed in ReplaceUnit below in order to find out
// exactly which characters are really changed in order to keep as much
// from attributation for the text as possible.
Sequence< sal_Int32 > aOffsets;
diff --git a/editeng/source/rtf/rtfitem.cxx b/editeng/source/rtf/rtfitem.cxx
index b58bd7c6dfd6..2444a604da57 100644
--- a/editeng/source/rtf/rtfitem.cxx
+++ b/editeng/source/rtf/rtfitem.cxx
@@ -290,7 +290,7 @@ void SvxRTFParser::ReadAttr( int nToken, SfxItemSet* pSet )
{
nStyleNo = -1 == nTokenValue ? 0 : sal_uInt16(nTokenValue);
/* setze am akt. auf dem AttrStack stehenden Style die
- I sit on akt. which is on the immiediate sytle AttrStack */
+ I sit on akt. which is on the immediate style AttrStack */
// StyleNummer
SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back();
if( !pAkt )
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index 6463fe7de2a9..02a58047c340 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -1393,7 +1393,7 @@ bool SvxUnoTextRangeBase::GoLeft(sal_Int16 nCount, bool Expand) throw()
else
{
if ( !pForwarder )
- pForwarder = mpEditSource->GetTextForwarder(); // first here, it it is necessary...
+ pForwarder = mpEditSource->GetTextForwarder(); // first here, it is necessary...
--nNewPar;
nCount -= nNewPos + 1;