From 3b3cfa0e016de7712200785bc70ef2d6a5877113 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 24 Nov 2014 09:02:46 +0100 Subject: Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml() Change-Id: I1dae910e9d14db56d6388a71d76b1a479d5786b0 --- include/editeng/editobj.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/editeng') 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 +#include + 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 -- cgit