Kaydet (Commit) 6f14bf55 authored tarafından Caolán McNamara's avatar Caolán McNamara

StartUndo with END arg should have been EndUndo

Change-Id: Iffcb770ef0ebf28e6bdbea044cd0ec8dcffa53e8
Reviewed-on: https://gerrit.libreoffice.org/60804
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 0185dfc5
...@@ -490,7 +490,7 @@ void SwTextShell::ExecParaAttrArgs(SfxRequest &rReq) ...@@ -490,7 +490,7 @@ void SwTextShell::ExecParaAttrArgs(SfxRequest &rReq)
rSh.ReplaceDropText(static_cast<const SfxStringItem*>(pItem)->GetValue()); rSh.ReplaceDropText(static_cast<const SfxStringItem*>(pItem)->GetValue());
} }
rSh.SetAttrSet(*pDlg->GetOutputItemSet()); rSh.SetAttrSet(*pDlg->GetOutputItemSet());
rSh.StartUndo( SwUndoId::END ); rSh.EndUndo( SwUndoId::END );
rSh.EndAction(); rSh.EndAction();
rReq.Done(*pDlg->GetOutputItemSet()); rReq.Done(*pDlg->GetOutputItemSet());
} }
......
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