Kaydet (Commit) c9a584af authored tarafından Tamás Zolnai's avatar Tamás Zolnai

It's a simple assignment

Change-Id: I7b85a5ce93685013c28c9cb8047093fe7403da53
Reviewed-on: https://gerrit.libreoffice.org/43553Reviewed-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: 's avatarTamás Zolnai <tamas.zolnai@collabora.com>
üst 376fa151
...@@ -735,7 +735,7 @@ void XclExpXmlPivotTables::SavePivotTableXml( XclExpXmlStream& rStrm, const ScDP ...@@ -735,7 +735,7 @@ void XclExpXmlPivotTables::SavePivotTableXml( XclExpXmlStream& rStrm, const ScDP
bool bDimInTabularMode = false; bool bDimInTabularMode = false;
if(pDim->GetLayoutInfo()) if(pDim->GetLayoutInfo())
bDimInTabularMode |= (pDim->GetLayoutInfo()->LayoutMode == sheet::DataPilotFieldLayoutMode::TABULAR_LAYOUT); bDimInTabularMode = (pDim->GetLayoutInfo()->LayoutMode == sheet::DataPilotFieldLayoutMode::TABULAR_LAYOUT);
sheet::DataPilotFieldOrientation eOrient = pDim->GetOrientation(); sheet::DataPilotFieldOrientation eOrient = pDim->GetOrientation();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment