summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-21 12:12:16 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-21 12:12:16 +0200
commite69cf54b8aa7f6b38c489b1d679cd6753a558997 (patch)
tree42ff64491e3e718b93e8d9f571cd56d99bde8a87 /sd/inc
parentundoapi: made SfxUndoManager an implementation of the new, abstract ::svl::IU... (diff)
downloadcore-e69cf54b8aa7f6b38c489b1d679cd6753a558997.tar.gz
core-e69cf54b8aa7f6b38c489b1d679cd6753a558997.zip
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-xsd/inc/undo/undomanager.hxx2
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 );