Hello, (a) Is there a way to remove one or several undo actions from the stack, but not all actions?
Exemple: My undo-stack is: Eingabe Attribute Eingabe and I would like to have the undo-stack: Eingabe Eingabe (b) How can I in general use the 'undo-API'? I find in the Internet the example: https://forum.openoffice.org/en/forum/viewtopic.php?f=25&t=57068&p=251657&hilit=getCurrentUndoActionTitle#p251657 But the following dont work for me (i get an error): Sub Main Msgbox ThisComponent.getCurrentUndoActionTitle() End Sub What am I doing wrong? (I have tested with OOo 3.3.0 and AOO 4.0.0) Greetings, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: api-unsubscr...@openoffice.apache.org For additional commands, e-mail: api-h...@openoffice.apache.org