summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentUndoRedo.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-12-15 09:14:08 +0100
committerMichael Stahl <mst@openoffice.org>2010-12-15 09:14:08 +0100
commit60d7850e64de5259d16577a4c84335da608dfdee (patch)
tree16d8b81bcb2b73f0577d1529ca4856296659f82e /sw/inc/IDocumentUndoRedo.hxx
parent8e7d7f0e1418945ccc41ea65de273cfd7e2bf652 (diff)
undoapi: #i115383#: remove RemoveLastUndo() from IDocumentUndoRedo
Diffstat (limited to 'sw/inc/IDocumentUndoRedo.hxx')
-rw-r--r--sw/inc/IDocumentUndoRedo.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/IDocumentUndoRedo.hxx b/sw/inc/IDocumentUndoRedo.hxx
index 9980d1c8d2a4..b59402043fea 100644
--- a/sw/inc/IDocumentUndoRedo.hxx
+++ b/sw/inc/IDocumentUndoRedo.hxx
@@ -158,8 +158,6 @@ public:
virtual SwUndoComments_t GetUndoComments() const = 0;
- virtual SwUndo* RemoveLastUndo(SwUndoId const eUndoId) = 0;
-
/** 2002-05-31 dvo, #95884#: To prevent an undo array overflow when
doing nested undos, undo may have to be disabled. Undo-intensive
actions (like auto-format) should check this manually.