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

Tamás Zolnai tamas.zolnai at collabora.com
Thu Oct 19 17:30:58 UTC 2017


 sc/source/filter/excel/xepivotxml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c9a584af6d640bfd88797e1ccd0a7695ffbf6c99
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Thu Oct 19 15:13:54 2017 +0200

    It's a simple assignment
    
    Change-Id: I7b85a5ce93685013c28c9cb8047093fe7403da53
    Reviewed-on: https://gerrit.libreoffice.org/43553
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
    Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/sc/source/filter/excel/xepivotxml.cxx b/sc/source/filter/excel/xepivotxml.cxx
index b5eacfad9bf3..57a52aabee22 100644
--- a/sc/source/filter/excel/xepivotxml.cxx
+++ b/sc/source/filter/excel/xepivotxml.cxx
@@ -735,7 +735,7 @@ void XclExpXmlPivotTables::SavePivotTableXml( XclExpXmlStream& rStrm, const ScDP
 
         bool bDimInTabularMode = false;
         if(pDim->GetLayoutInfo())
-            bDimInTabularMode |= (pDim->GetLayoutInfo()->LayoutMode == sheet::DataPilotFieldLayoutMode::TABULAR_LAYOUT);
+            bDimInTabularMode = (pDim->GetLayoutInfo()->LayoutMode == sheet::DataPilotFieldLayoutMode::TABULAR_LAYOUT);
 
         sheet::DataPilotFieldOrientation eOrient = pDim->GetOrientation();
 


More information about the Libreoffice-commits mailing list