Kaydet (Commit) d2c3483a authored tarafından Armin Le Grand's avatar Armin Le Grand

i122410 extended Udo/Redo for text to broadcast

üst 384aa00b
......@@ -1168,6 +1168,11 @@ void SdrUndoObjSetText::Undo()
pObj->SetEmptyPresObj( bEmptyPresObj );
pObj->ActionChanged();
// #122410# SetOutlinerParaObject at SdrText does not trigger a
// BroadcastObjectChange, but it is needed to make evtl. SlideSorters
// update their preview.
pObj->BroadcastObjectChange();
}
void SdrUndoObjSetText::Redo()
......@@ -1184,6 +1189,11 @@ void SdrUndoObjSetText::Redo()
pObj->ActionChanged();
// #122410# NbcSetOutlinerParaObjectForText at SdrTextObj does not trigger a
// BroadcastObjectChange, but it is needed to make evtl. SlideSorters
// update their preview.
pObj->BroadcastObjectChange();
// #94278# Trigger PageChangeCall
ImpShowPageOfThisObject();
}
......
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