summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2013-10-08 12:38:03 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-10-08 15:45:47 +0100
commitbfeabd965c4ed4cc78975dbedafb586e2fac8c48 (patch)
treeb313224fff4dd63af127e570f2684fdfd0ffdb70 /include/svx
parent8d1a172121ab29c70de89c59945b60f462a89fa4 (diff)
Resolves: #i123350# Added Clear() implementation to SdrUndoManager...
to only delete text edit part of the undo stack (cherry picked from commit 81e916525fa63b188b2a3b9bb7030e4d451a4808) Conflicts: svx/inc/svx/sdrundomanager.hxx Change-Id: I19594e4cfa52a24dbcb95639ac3c6b9f39908cc7
Diffstat (limited to 'include/svx')
-rwxr-xr-x[-rw-r--r--]include/svx/sdrundomanager.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/sdrundomanager.hxx b/include/svx/sdrundomanager.hxx
index f71f115dc1d3..9c88f062b92b 100644..100755
--- a/include/svx/sdrundomanager.hxx
+++ b/include/svx/sdrundomanager.hxx
@@ -48,6 +48,9 @@ public:
virtual bool Undo();
virtual bool Redo();
+ // #i123350#
+ virtual void Clear();
+
// Call for the view which starts the interactive text edit. Use link to
// activate (start text edit) and empty link to reset (end text edit). On
// reset all text edit actions will be removed from this undo manager to