sc/source/filter/excel/xepivotxml.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c9a584af6d640bfd88797e1ccd0a7695ffbf6c99 Author: Tamás Zolnai <tamas.zol...@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.zol...@collabora.com> Tested-by: Tamás Zolnai <tamas.zol...@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();
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits