diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-09-03 18:56:10 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-09-04 07:56:13 +0900 |
commit | 6e8fb811c71870c4594789c5111e59cf613aa99e (patch) | |
tree | d290ab3f9cb45c532b39ea6865c6e2e000562056 /sw | |
parent | 1a1e31c1bc3ce890c69a82a52e81b7f8bf33f079 (diff) |
fix typos in comments
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/IDocumentRedlineAccess.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/undo/untbl.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/IDocumentRedlineAccess.hxx b/sw/inc/IDocumentRedlineAccess.hxx index ffa24645181b..b2cc2d7ca7bb 100644 --- a/sw/inc/IDocumentRedlineAccess.hxx +++ b/sw/inc/IDocumentRedlineAccess.hxx @@ -57,7 +57,7 @@ namespace nsRedlineMode_t const RedlineMode_t REDLINE_ON = 0x01;// RedlineMode on const RedlineMode_t REDLINE_IGNORE = 0x02;// ignore Redlines const RedlineMode_t REDLINE_SHOW_INSERT = 0x10;// show all inserts - const RedlineMode_t REDLINE_SHOW_DELETE = 0x20;// show all delets + const RedlineMode_t REDLINE_SHOW_DELETE = 0x20;// show all deletes const RedlineMode_t REDLINE_SHOW_MASK = REDLINE_SHOW_INSERT | REDLINE_SHOW_DELETE; // For internal management: diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx index 264735f5afef..1f430a0954f8 100644 --- a/sw/source/core/undo/untbl.cxx +++ b/sw/source/core/undo/untbl.cxx @@ -2821,7 +2821,7 @@ SwUndo* SwUndoTblCpyTbl::PrepareRedline( SwDoc* pDoc, const SwTableBox& rBox, else aInsertEnd.nContent = SwIndex( 0 ); } - // For joined (merged) contents the start of deletionm and end of insertion are identical + // For joined (merged) contents the start of deletion and end of insertion are identical // otherwise adjacent nodes. SwPosition aDeleteStart( rJoin ? aInsertEnd : rPos ); if( !rJoin ) |