summaryrefslogtreecommitdiff
path: root/sd/inc/undo
diff options
context:
space:
mode:
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.
*/