summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-24 10:51:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-24 10:51:44 +0100
commite548613a5bf49de2fce6cd9935cbbdf72a96dd2e (patch)
treea013d9e401881a7a45f3306ec04b24503d502ed0 /include/editeng
parent56633a2b1da4d36cd29c320a3d20761c8886907b (diff)
Do not depend on libxml include in widely included file
...and hope xmTextWriterPtr expanding to struct _xmlTextWriter * is a stable feature of the libxml2 API Change-Id: Ic5076df5a8b33f71c605b3aef737a99ea96b1753
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/editobj.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx
index 622626807472..62263f165d2c 100644
--- a/include/editeng/editobj.hxx
+++ b/include/editeng/editobj.hxx
@@ -33,8 +33,6 @@
#include <vector>
-#include <libxml/xmlwriter.h>
-
class SfxItemPool;
class SfxStyleSheetPool;
class SvxFieldItem;
@@ -148,7 +146,7 @@ public:
#if DEBUG_EDIT_ENGINE
void Dump() const;
#endif
- void dumpAsXml(xmlTextWriterPtr pWriter) const;
+ void dumpAsXml(struct _xmlTextWriter * pWriter) const;
};
#endif // INCLUDED_EDITENG_EDITOBJ_HXX