summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 71c447ab7c0b..019ccb6a0f9a 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -41,6 +41,9 @@
#include <bparr.hxx>
#include <ndtyp.hxx>
+#include <libxml/encoding.h>
+#include <libxml/xmlwriter.h>
+
class Graphic;
class GraphicObject;
class String;
@@ -333,6 +336,14 @@ public:
SwNode * DocumentSectionStartNode(SwNode * pNode) const;
SwNode * DocumentSectionEndNode(SwNode * pNode) const;
+
+#if OSL_DEBUG_LEVEL > 0
+ /**
+ * Dumps the entire nodes structure to the given destination (file nodes.xml in the current directory by default)
+ * @since 3.5
+ */
+ void dumpAsXml( xmlTextWriterPtr writer = NULL );
+#endif
};
#endif