diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-21 12:12:16 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-10-21 12:12:16 +0200 |
commit | e69cf54b8aa7f6b38c489b1d679cd6753a558997 (patch) | |
tree | 42ff64491e3e718b93e8d9f571cd56d99bde8a87 /sd/inc | |
parent | 6702f4e83f29060a3a6b832920ab6dbdc33b937a (diff) |
undoapi: specified (and implemented and tested) what should happen when you leave an Undo context which does not have any elements
Diffstat (limited to 'sd/inc')
-rwxr-xr-x | sd/inc/undo/undomanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/undo/undomanager.hxx b/sd/inc/undo/undomanager.hxx index c1cb440f9a70..a02dd57886d1 100755 --- a/sd/inc/undo/undomanager.hxx +++ b/sd/inc/undo/undomanager.hxx @@ -40,7 +40,7 @@ public: UndoManager( USHORT nMaxUndoActionCount = 20 ); virtual void EnterListAction(const UniString &rComment, const UniString& rRepeatComment, USHORT nId=0); - virtual void LeaveListAction(); + virtual USHORT LeaveListAction(); virtual void AddUndoAction( SfxUndoAction *pAction, BOOL bTryMerg=FALSE ); |