summaryrefslogtreecommitdiff
path: root/sd/inc/undo
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-14 16:40:32 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-14 16:40:32 +0200
commitf98434f6479405caa9beebd8af4abe0d16fcd0d8 (patch)
treeda96b5b3da663fa3e6c09a80f43df94a977cab67 /sd/inc/undo
parentf145a48eaf9b981caee591b505f6bfc1f51faee2 (diff)
undoapi: first sketch of the listener API - not sure this will survive 'til the final version
Diffstat (limited to 'sd/inc/undo')
-rwxr-xr-x[-rw-r--r--]sd/inc/undo/undomanager.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/undo/undomanager.hxx b/sd/inc/undo/undomanager.hxx
index b2e40c1e7442..8aa5ddb97eae 100644..100755
--- a/sd/inc/undo/undomanager.hxx
+++ b/sd/inc/undo/undomanager.hxx
@@ -47,8 +47,8 @@ public:
bool isInListAction() const { return mnListLevel != 0; }
bool isInUndo() const { return maIsInUndoLock.isLocked(); }
- virtual BOOL Undo( USHORT nCount=1 );
- virtual BOOL Redo( USHORT nCount=1 );
+ virtual BOOL Undo();
+ virtual BOOL Redo();
/** Set or reset the undo manager linked with the called undo manager.
*/