From 72ffa98e892ad1b64ff3a00b1e26a995cba3076f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 16 Nov 2016 08:59:00 +0200 Subject: make the element names in dumpAsXml match the class names Change-Id: I955facfe3e901fcb76798dab342f96a67d5ac63f Reviewed-on: https://gerrit.libreoffice.org/30894 Tested-by: Jenkins Reviewed-by: Noel Grandin --- editeng/source/outliner/outliner.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng/source/outliner/outliner.cxx') diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index ccd8b9a99e48..a77e88199fa4 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -2184,7 +2184,7 @@ void Outliner::dumpAsXml(struct _xmlTextWriter* pWriter) const bOwns = true; } - xmlTextWriterStartElement(pWriter, BAD_CAST("outliner")); + xmlTextWriterStartElement(pWriter, BAD_CAST("Outliner")); pParaList->dumpAsXml(pWriter); xmlTextWriterEndElement(pWriter); -- cgit