summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xipivot.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:47:21 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:47:21 +0000
commitcd475b0a92250448a2572bdd54f9929fe1048f24 (patch)
treeefc85ee85a1cbf565cc442fddd50379a7d07f00d /sc/source/filter/excel/xipivot.cxx
parent0d37d9bb4ebae8d7e9d6c2f79259a0edd141585c (diff)
INTEGRATION: CWS odff (1.15.156); FILE MERGED
2008/02/27 18:33:40 er 1.15.156.2: RESYNC: (1.15-1.16); FILE MERGED 2008/02/15 14:23:05 er 1.15.156.1: #i81063# grammar here, grammar there, grammar everywhere
Diffstat (limited to 'sc/source/filter/excel/xipivot.cxx')
-rw-r--r--sc/source/filter/excel/xipivot.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xipivot.cxx b/sc/source/filter/excel/xipivot.cxx
index 647a93110a3a..8767487117fc 100644
--- a/sc/source/filter/excel/xipivot.cxx
+++ b/sc/source/filter/excel/xipivot.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xipivot.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2008-01-29 15:27:47 $
+ * last change: $Author: kz $ $Date: 2008-03-06 15:47:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -132,7 +132,7 @@ void XclImpPCItem::WriteToSource( const XclImpRoot& rRoot, const ScAddress& rScP
const ScTokenArray* pScTokArr = rRoot.GetOldFmlaConverter().GetBoolErr(
XclTools::ErrorToEnum( fValue, EXC_BOOLERR_ERROR, nErrCode ) );
ScFormulaCell* pCell = new ScFormulaCell( &rDoc, rScPos, pScTokArr );
- pCell->SetDouble( fValue );
+ pCell->SetHybridDouble( fValue );
rDoc.PutCell( rScPos, pCell );
}
}