summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/editeng/editobj.hxx4
-rw-r--r--svx/Library_svxcore.mk1
2 files changed, 1 insertions, 4 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
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 39d6be5686c6..420a6b8c4487 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -87,7 +87,6 @@ $(eval $(call gb_Library_use_externals,svxcore,\
icu_headers \
mesa_headers \
glew \
- libxml2 \
))
ifeq ($(OS),MACOSX)