diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-03 09:07:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-03 09:07:58 +0100 |
commit | 1801b559e1234cf1f43a414df38bb47fe81f087a (patch) | |
tree | 79aedfe1fbf04929b4afcfa2bb8432904f846e1b /include | |
parent | e6e51a0a90c62eaadb9079fb13c618b8d51f1201 (diff) |
Factor out SdrModel::dumpAsXml() from SwDoc::dumpAsXml()
Change-Id: Ic2cc6507390edfd0bc5a38b655a3b652fd5ec33e
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdmodel.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 3e4b31e54e1b..037cf60d83a5 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -666,6 +666,8 @@ public: This returns false if undo was disabled using EnableUndo( false ) and also during the runtime of the Undo() and Redo() methods. */ bool IsUndoEnabled() const; + + void dumpAsXml(struct _xmlTextWriter* pWriter) const; }; typedef tools::WeakReference< SdrModel > SdrModelWeakRef; |