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

cancel on insert frame was inserting a frame

Change-Id: Ie95947935b5891642f22c81a15ae1d9ed24fd3f2
üst 23a324d2
......@@ -597,7 +597,7 @@ void SwTextShell::ExecInsert(SfxRequest &rReq)
SfxAbstractTabDialog* pDlg = pFact->CreateFrmTabDialog( DLG_FRM_STD,
GetView().GetViewFrame(), &GetView().GetViewFrame()->GetWindow(), aSet, sal_True);
OSL_ENSURE(pDlg, "Dialogdiet fail!");
if(pDlg->Execute() && pDlg->GetOutputItemSet())
if(pDlg->Execute() == RET_OK && pDlg->GetOutputItemSet())
{
//local variable necessary at least after call of .AutoCaption() because this could be deleted at this point
SwWrtShell& rShell = GetShell();
......
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