diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-24 09:02:46 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-24 09:02:59 +0100 |
commit | 3b3cfa0e016de7712200785bc70ef2d6a5877113 (patch) | |
tree | 519b4a8da253ad3a6e3e95def355b90b23581874 /include/editeng | |
parent | c9067dd0e13a51e70b71c4730e08cd518477a4f3 (diff) |
Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()
Change-Id: I1dae910e9d14db56d6388a71d76b1a479d5786b0
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/editobj.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx index fcf42073c753..622626807472 100644 --- a/include/editeng/editobj.hxx +++ b/include/editeng/editobj.hxx @@ -33,6 +33,8 @@ #include <vector> +#include <libxml/xmlwriter.h> + class SfxItemPool; class SfxStyleSheetPool; class SvxFieldItem; @@ -146,6 +148,7 @@ public: #if DEBUG_EDIT_ENGINE void Dump() const; #endif + void dumpAsXml(xmlTextWriterPtr pWriter) const; }; #endif // INCLUDED_EDITENG_EDITOBJ_HXX |