Kaydet (Commit) 4ec3d8ce authored tarafından Michael Stahl's avatar Michael Stahl

tdf#105677: sd: fix crash in FuPage::ApplyItemSet

(regression from f3a90d13)

Change-Id: I54e3f06a74b2ac715061b5da54ac4db2b0a1010a
üst 750ca7de
......@@ -621,8 +621,7 @@ void FuPage::ApplyItemSet( const SfxItemSet* pArgs )
if( mpBackgroundObjUndoAction )
{
// set merge flag, because a SdUndoGroupAction could have been inserted before
mpDocSh->GetUndoManager()->AddUndoAction( mpBackgroundObjUndoAction.get(), true );
mpBackgroundObjUndoAction = nullptr;
mpDocSh->GetUndoManager()->AddUndoAction( mpBackgroundObjUndoAction.release(), true );
}
// Objects can not be bigger than ViewSize
......
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