removed an assignment in no use
This commit is contained in:
parent
012e7d8a28
commit
2defcfa33e
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void SwUndoRedline::RedoRedlineImpl(SwDoc & rDoc, SwPaM & rPam)
|
|||
// SwUndoRedlineDelete ///////////////////////////////////////////////////
|
||||
|
||||
SwUndoRedlineDelete::SwUndoRedlineDelete( const SwPaM& rRange, SwUndoId nUsrId )
|
||||
: SwUndoRedline( nUsrId = (nUsrId ? nUsrId : UNDO_DELETE), rRange ),
|
||||
: SwUndoRedline( nUsrId ? nUsrId : UNDO_DELETE, rRange ),
|
||||
bCanGroup( sal_False ), bIsDelim( sal_False ), bIsBackspace( sal_False )
|
||||
{
|
||||
const SwTxtNode* pTNd;
|
||||
|
|
Loading…
Reference in a new issue