summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-02-01 18:44:34 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-02-01 18:45:34 +0100
commit6b07a6eedb7260f1cdf375884f1329b72c892828 (patch)
treedb158942533e8591c0015c26c0a6416e04e575f0 /include/svl
parentbfceafa67ed1cc3e4e03f8f214a2716f57b2d1e7 (diff)
Extract SfxUndoManager::dumpAsXml() from sw
Change-Id: Ic031b63641e0fd0fbd1524657082188d9ce78fcf
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/undo.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 2c1923876ab6..903bbc8a61a3 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -368,6 +368,8 @@ public:
*/
void RemoveOldestUndoActions( size_t const i_count );
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const;
+
protected:
bool UndoWithContext( SfxUndoContext& i_context );
bool RedoWithContext( SfxUndoContext& i_context );