diff options
Diffstat (limited to 'sd/inc/undo/undomanager.hxx')
-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 ); |