diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-01 18:44:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-01 18:45:34 +0100 |
commit | 6b07a6eedb7260f1cdf375884f1329b72c892828 (patch) | |
tree | db158942533e8591c0015c26c0a6416e04e575f0 /include | |
parent | bfceafa67ed1cc3e4e03f8f214a2716f57b2d1e7 (diff) |
Extract SfxUndoManager::dumpAsXml() from sw
Change-Id: Ic031b63641e0fd0fbd1524657082188d9ce78fcf
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/undo.hxx | 2 |
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 ); |