summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-05-23 12:30:12 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-05-23 13:29:15 +0100
commit3bf5ae903175615d67da18ab2990cf2a550899d3 (patch)
tree046034a252a0a8717c0b11c114c72d3aa0771c13 /sw/inc/ndarr.hxx
parent21d69b389d37f0d845813ac51ae4e376af72c474 (diff)
add libxml forward definitions instead of direct includes
Change-Id: I33ffca788182cd24d148614ee03c5a884baccf84
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 22c52ee337be..0faba74af165 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -41,9 +41,6 @@
#include <bparr.hxx>
#include <ndtyp.hxx>
-#include <libxml/encoding.h>
-#include <libxml/xmlwriter.h>
-
class Graphic;
class GraphicObject;
class String;
@@ -83,6 +80,7 @@ struct SwPosition;
typedef SwNode * SwNodePtr;
typedef sal_Bool (*FnForEach_SwNodes)( const SwNodePtr&, void* pArgs );
+typedef struct _xmlTextWriter *xmlTextWriterPtr;
SV_DECL_PTRARR_SORT( SwOutlineNodes, SwNodePtr, 0 )