Kaydet (Commit) 183db520 authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann Kaydeden (comit) Caolán McNamara

<SwDrawTextShell> - remove self-destructing call to <SwView::AttrChangedNotify(..)>

- remove superfluous slot invalidation
(cherry picked from commit 2ff25b11)
üst b828a6f4
......@@ -666,7 +666,6 @@ ASK_ADJUST:
}
else
rSet.InvalidateItem(nSlotId);
Invalidate(SID_ATTR_PARA_ULSPACE);
nSlotId = 0;
}
break;
......
......@@ -459,7 +459,6 @@ void SwDrawTextShell::ExecDraw(SfxRequest &rReq)
SwView& rTempView = rSh.GetView();
rTempView.ExitDraw();
rSh.Edit();
rTempView.AttrChangedNotify(&rSh);
return;
}
break;
......
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