[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - include/xmloff sc/source xmloff/source

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Dec 8 01:14:46 PST 2014


 include/xmloff/xmltoken.hxx                 |    1 -
 sc/source/filter/xml/XMLExportDataPilot.cxx |    2 --
 xmloff/source/core/xmltoken.cxx             |    1 -
 3 files changed, 4 deletions(-)

New commits:
commit addb0bb5bb197808146811a024f6b79ce5cb57d3
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Dec 7 00:41:44 2014 +0100

    remove invalid attribute that is not read anyway
    
    Change-Id: Id7770ffda49ba7bc0ebc780c67c56b81152213f7
    Reviewed-on: https://gerrit.libreoffice.org/13357
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index e03dcfd..549446c 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -2617,7 +2617,6 @@ namespace xmloff { namespace token {
         XML_DATE_START,
         XML_DATE_END,
         XML_STEP,
-        XML_IS_GROUP_FIELD,
         XML_DATA_PILOT_GROUPS,
         XML_DATA_PILOT_GROUP,
 
diff --git a/sc/source/filter/xml/XMLExportDataPilot.cxx b/sc/source/filter/xml/XMLExportDataPilot.cxx
index cd711d4..4b9c913 100644
--- a/sc/source/filter/xml/XMLExportDataPilot.cxx
+++ b/sc/source/filter/xml/XMLExportDataPilot.cxx
@@ -599,7 +599,6 @@ void ScXMLExportDataPilot::WriteGroupDimAttributes(const ScDPSaveGroupDimension*
     if (pGroupDim)
     {
         OUString aSrcFieldName = ScDPUtil::getSourceDimensionName(pGroupDim->GetSourceDimName());
-        rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_IS_GROUP_FIELD, XML_TRUE);
         rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_SOURCE_FIELD_NAME, aSrcFieldName);
         if (pGroupDim->GetDatePart())
         {
@@ -613,7 +612,6 @@ void ScXMLExportDataPilot::WriteNumGroupDim(const ScDPSaveNumGroupDimension* pNu
 {
     if (pNumGroupDim)
     {
-        rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_IS_GROUP_FIELD, XML_TRUE);
         if (pNumGroupDim->GetDatePart())
         {
             WriteDatePart(pNumGroupDim->GetDatePart());
diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx
index 6c4c098..5833f04 100644
--- a/xmloff/source/core/xmltoken.cxx
+++ b/xmloff/source/core/xmltoken.cxx
@@ -2622,7 +2622,6 @@ namespace xmloff { namespace token {
         TOKEN( "date-start",                           XML_DATE_START ),
         TOKEN( "date-end",                             XML_DATE_END ),
         TOKEN( "step",                                 XML_STEP ),
-        TOKEN( "is-group-field",                       XML_IS_GROUP_FIELD ),
         TOKEN( "data-pilot-groups",                    XML_DATA_PILOT_GROUPS ),
         TOKEN( "data-pilot-group",                     XML_DATA_PILOT_GROUP ),
         TOKEN( "japanese-candle-stick",        XML_JAPANESE_CANDLE_STICK ),


More information about the Libreoffice-commits mailing list