summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/layout/dumpfilter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/layout/dumpfilter.cxx b/sw/source/core/layout/dumpfilter.cxx
index b5ee4eeb4992..75c2f0ec7637 100644
--- a/sw/source/core/layout/dumpfilter.cxx
+++ b/sw/source/core/layout/dumpfilter.cxx
@@ -146,6 +146,7 @@ namespace sw
writeCallback, closeCallback, ( void* ) xOut.get(), NULL );
xmlTextWriterPtr writer = xmlNewTextWriter( outBuffer );
+ xmlTextWriterSetIndent(writer, 1);
xmlTextWriterStartDocument( writer, NULL, NULL, NULL );
// TODO This doesn't export the whole XML file, whereas dumpAsXML() does it nicely