summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-22 15:00:39 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-10-22 15:00:39 +0200
commit8b7bfef9fba15a3d47e3bc460a33c13ea3faf5fa (patch)
tree3dd8b162055ac4d3d8b0778c8cfb471ad2716fd9 /sd/inc
parente69cf54b8aa7f6b38c489b1d679cd6753a558997 (diff)
undoapi: more I/SfxUndoManager changes in preparation of new Undo API features
Diffstat (limited to 'sd/inc')
-rwxr-xr-xsd/inc/undo/undomanager.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sd/inc/undo/undomanager.hxx b/sd/inc/undo/undomanager.hxx
index a02dd57886d1..708a05390f12 100755
--- a/sd/inc/undo/undomanager.hxx
+++ b/sd/inc/undo/undomanager.hxx
@@ -40,16 +40,9 @@ public:
UndoManager( USHORT nMaxUndoActionCount = 20 );
virtual void EnterListAction(const UniString &rComment, const UniString& rRepeatComment, USHORT nId=0);
- virtual USHORT LeaveListAction();
virtual void AddUndoAction( SfxUndoAction *pAction, BOOL bTryMerg=FALSE );
- bool isInListAction() const { return mnListLevel != 0; }
- bool isInUndo() const { return maIsInUndoLock.isLocked(); }
-
- virtual BOOL Undo();
- virtual BOOL Redo();
-
/** Set or reset the undo manager linked with the called undo manager.
*/
void SetLinkedUndoManager (::svl::IUndoManager* pLinkedUndoManager);
@@ -58,9 +51,6 @@ private:
using SfxUndoManager::Undo;
using SfxUndoManager::Redo;
- int mnListLevel;
- ScopeLock maIsInUndoLock;
-
/** Used when the outline view is visible as a last resort to
synchronize the undo managers.
*/