sw/source/core/docnode/nodedump.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 942156b1ed7d0cd27c18960bf4cf874689e9aa0a
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Fri May 16 13:45:56 2014 +0200

    sw doc model dump: show SdrObject::nOrdNum
    
    Change-Id: I4ac2c3d883dd9bb111a2d600f5a17ea96a1e219e

diff --git a/sw/source/core/docnode/nodedump.cxx 
b/sw/source/core/docnode/nodedump.cxx
index 31d9821..ab888ad 100644
--- a/sw/source/core/docnode/nodedump.cxx
+++ b/sw/source/core/docnode/nodedump.cxx
@@ -146,6 +146,7 @@ void lcl_dumpSdrModel(WriterHelper& writer, const SdrModel* 
pModel)
                     writer.writeFormatAttribute("name", "%s", 
BAD_CAST(OUStringToOString(pObject->GetName(), 
RTL_TEXTENCODING_UTF8).getStr()));
                     writer.writeFormatAttribute("title", "%s", 
BAD_CAST(OUStringToOString(pObject->GetTitle(), 
RTL_TEXTENCODING_UTF8).getStr()));
                     writer.writeFormatAttribute("description", "%s", 
BAD_CAST(OUStringToOString(pObject->GetDescription(), 
RTL_TEXTENCODING_UTF8).getStr()));
+                    writer.writeFormatAttribute("nOrdNum", TMP_FORMAT, 
pObject->GetOrdNumDirect());
 
                     const OutlinerParaObject* pOutliner = 
pObject->GetOutlinerParaObject();
                     writer.startElement("outliner");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to