Kaydet (Commit) 32b7cbf2 authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann

#119681# - method <SwDoc::ReplaceRangeImpl(..)> - improve fix of #102333#

- correct adjustment of <PaM> for joining paragraphs
merged from branch AOO34
üst 8f76b252
......@@ -2512,6 +2512,11 @@ SetRedlineMode( eOld );
rPam.GetMark()->nContent.Assign( aPtNd.GetNode().GetCntntNode(),
nPtCnt );
if ( bJoinTxt && !bJoinPrev )
{
rPam.Move( fnMoveBackward );
}
if( pUndoRpl )
{
pUndoRpl->SetEnd(rPam);
......
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