LibreOffice Module svl (master) 1
|
#include <undo.hxx>
Public Member Functions | |
virtual size_t | GetUndoOffset () |
Don't undo the top undo action, but an earlier one. More... | |
virtual | ~SfxUndoContext ()=0 |
|
inlinevirtual |
Don't undo the top undo action, but an earlier one.
It's the caller's responsibility to ensure that the earlier undo action is independent from the following ones.
Definition at line 49 of file undo.hxx.
Referenced by SfxUndoManager::ImplUndo().