summaryrefslogtreecommitdiffstats
path: root/include/editeng/editobj.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-11-24 09:02:46 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-11-24 09:02:59 +0100
commit3b3cfa0e016de7712200785bc70ef2d6a5877113 (patch)
tree519b4a8da253ad3a6e3e95def355b90b23581874 /include/editeng/editobj.hxx
parenttimers: callback useless, remove timer completely. (diff)
downloadcore-3b3cfa0e016de7712200785bc70ef2d6a5877113.tar.gz
core-3b3cfa0e016de7712200785bc70ef2d6a5877113.zip
Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()
Change-Id: I1dae910e9d14db56d6388a71d76b1a479d5786b0
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r--include/editeng/editobj.hxx3
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