diff options
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; |