[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Mar 17 22:05:49 PDT 2011
sc/source/filter/excel/xepivot.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f17560c97286d342c3bb3539400bbe3fcbf2be1f
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Fri Mar 18 00:21:28 2011 -0400
Fixed data loss during pivot table export to XLS.
diff --git a/sc/source/filter/excel/xepivot.cxx b/sc/source/filter/excel/xepivot.cxx
index e8dcd3e..6b95fed 100644
--- a/sc/source/filter/excel/xepivot.cxx
+++ b/sc/source/filter/excel/xepivot.cxx
@@ -1303,7 +1303,7 @@ XclExpPivotTable::XclExpPivotTable( const XclExpRoot& rRoot, const ScDPObject& r
/* 3) Row/column/page/hidden fields. */
for (iter = rDimList.begin(); iter != rDimList.end(); ++iter)
if (iter->GetOrientation() != DataPilotFieldOrientation_DATA)
- SetDataFieldPropertiesFromDim(*iter);
+ SetFieldPropertiesFromDim(*iter);
// Finalize -------------------------------------------------------
More information about the Libreoffice-commits
mailing list