src/lib/VSDXMLParserBase.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ad09e022b555cd18197ce76f05d86e522fd15037
Author: Fridrich Å trba <fridrich.st...@bluewin.ch>
Date:   Thu Dec 10 12:41:08 2015 +0100

    This is the name that appears in UI
    
    Change-Id: I4b463a3f757d9d2a774bed86eb003771f4093815

diff --git a/src/lib/VSDXMLParserBase.cpp b/src/lib/VSDXMLParserBase.cpp
index 7953d3c..7f38bca 100644
--- a/src/lib/VSDXMLParserBase.cpp
+++ b/src/lib/VSDXMLParserBase.cpp
@@ -1060,7 +1060,7 @@ void 
libvisio::VSDXMLParserBase::readPage(xmlTextReaderPtr reader)
   const shared_ptr<xmlChar> id(xmlTextReaderGetAttribute(reader, 
BAD_CAST("ID")), xmlFree);
   const shared_ptr<xmlChar> bgndPage(xmlTextReaderGetAttribute(reader, 
BAD_CAST("BackPage")), xmlFree);
   const shared_ptr<xmlChar> background(xmlTextReaderGetAttribute(reader, 
BAD_CAST("Background")), xmlFree);
-  const shared_ptr<xmlChar> pageName(xmlTextReaderGetAttribute(reader, 
BAD_CAST("NameU")), xmlFree);
+  const shared_ptr<xmlChar> pageName(xmlTextReaderGetAttribute(reader, 
BAD_CAST("Name")), xmlFree);
   if (id)
   {
     unsigned nId = (unsigned)xmlStringToLong(id);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to