[Libreoffice-commits] core.git: sc/source

Michael Stahl mstahl at redhat.com
Thu Jan 8 04:16:33 PST 2015


 sc/source/filter/xml/xmlimprt.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4680eba921cccefc05587a42e8c7348cc95750a1
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Jan 8 13:07:41 2015 +0100

    sc: ODF import of data pilot:
    
    Revert part of 8e417a8fed528034e946bd25e66ce346c1b5384d that
    looks unnecessary:
    
    this is used in ScXMLDataPilotMembersContext::CreateChildContext() which
    is below table:data-pilot-level which actually uses the
    data-pilot-member element, whereas the data-pilot-group element occurs
    below table:data-pilot-groups.
    
    Change-Id: I7a3183bd3dbfa98b3bdf5e581b700910025af965

diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx
index 7097819..4b6f92b 100644
--- a/sc/source/filter/xml/xmlimprt.cxx
+++ b/sc/source/filter/xml/xmlimprt.cxx
@@ -1784,7 +1784,6 @@ const SvXMLTokenMap& ScXMLImport::GetDataPilotMembersElemTokenMap()
         static const SvXMLTokenMapEntry aDataPilotMembersElemTokenMap[] =
         {
             { XML_NAMESPACE_TABLE, XML_DATA_PILOT_MEMBER,       XML_TOK_DATA_PILOT_MEMBERS_ELEM_DATA_PILOT_MEMBER   },
-            { XML_NAMESPACE_TABLE, XML_DATA_PILOT_GROUP_MEMBER,       XML_TOK_DATA_PILOT_MEMBERS_ELEM_DATA_PILOT_MEMBER   },
             XML_TOKEN_MAP_END
         };
 


More information about the Libreoffice-commits mailing list