summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-03-01 16:05:28 +0100
committerMichael Stahl <mst@openoffice.org>2011-03-01 16:05:28 +0100
commit230fcf4a456636bb466f72834cd57238621d206d (patch)
tree0b9fdfd1bd2978fc51c9ec1ef8c05e4ed82c26a2
parente2bb5b7bee4d6d0cd3798b97fa4f12d1f2952ad8 (diff)
sw34bf04: #i102333#: SwDoc::ReplaceRangeImpl: remove bogus rPam.Move
-rw-r--r--sw/source/core/doc/docedt.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/doc/docedt.cxx b/sw/source/core/doc/docedt.cxx
index 6e5c259a9d04..488a6a7a44c7 100644
--- a/sw/source/core/doc/docedt.cxx
+++ b/sw/source/core/doc/docedt.cxx
@@ -2521,8 +2521,6 @@ SetRedlineMode( eOld );
rPam.GetMark()->nNode = aPtNd;
rPam.GetMark()->nContent.Assign( aPtNd.GetNode().GetCntntNode(),
nPtCnt );
- if( bJoinTxt )
- rPam.Move( fnMoveBackward );
if( pUndoRpl )
{