Kaydet (Commit) 6e8fb811 authored tarafından Takeshi Abe's avatar Takeshi Abe

fix typos in comments

üst 1a1e31c1
......@@ -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:
......
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment