https://bugs.documentfoundation.org/show_bug.cgi?id=130581
--- Comment #7 from Andreas Heinisch <[email protected]> --- Hi Xisco! I am always interested in bug reports but atm I have very limited time ressource due to the implementation of the pushpins for the start center. I can provide some code pointers: SlotManager::ChangeSlideExclusionState sets the page descriptor (Excluded) Than you have to check if Undo is enabled via mrSlideSorter.GetView().IsUndoEnabled(). If that is the case BegUndo on the same object using a string ressource (imho has to be created something like "Hide/show slide". At the end of the method AddUndo to the slide sorter where a new SdrUndoAction object has to be created which is missing at the moment. Maybe in the next weeks I can provide a patch. -- You are receiving this mail because: You are the assignee for the bug.
