Kaydet (Commit) 054dab1b authored tarafından Rosemary Sebastian's avatar Rosemary Sebastian Kaydeden (comit) Rosemary Sebastian

nitpick, tdf#107340 follow-up

Remove unwanted variable

Change-Id: Ie1f193b55a5c957e38e8499d6d5701441bc2b7e3
Reviewed-on: https://gerrit.libreoffice.org/39547Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarRosemary Sebastian <rosemaryseb8@gmail.com>
Tested-by: 's avatarRosemary Sebastian <rosemaryseb8@gmail.com>
üst cc8390df
......@@ -3558,8 +3558,7 @@ bool DocumentContentOperationsManager::DeleteAndJoinWithRedlineImpl( SwPaM & rPa
pUndo = new SwUndoRedlineDelete( rPam, SwUndoId::DELETE );
const SwRewriter aRewriter = pUndo->GetRewriter();
const SwRewriter* const pRewriter = &aRewriter;
m_rDoc.GetIDocumentUndoRedo().StartUndo( SwUndoId::DELETE, pRewriter );
m_rDoc.GetIDocumentUndoRedo().StartUndo( SwUndoId::DELETE, &aRewriter );
m_rDoc.GetIDocumentUndoRedo().AppendUndo( pUndo );
}
......
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