summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLTableContext.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2001-02-26 09:24:47 +0000
committerArmin Weiss <aw@openoffice.org>2001-02-26 09:24:47 +0000
commitcc77c4154ac99ca73a3cedfc2f8bb2765dbd4a38 (patch)
tree995bc3178fc3216918be3105f0585b4fab585c56 /xmloff/source/chart/SchXMLTableContext.cxx
parent507acdc5e653705eecba0bac32271d7ba927239d (diff)
Doubles import/export made more clear using own conversion routines
Diffstat (limited to 'xmloff/source/chart/SchXMLTableContext.cxx')
-rw-r--r--xmloff/source/chart/SchXMLTableContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLTableContext.cxx b/xmloff/source/chart/SchXMLTableContext.cxx
index 42e231b13392..db2c6ab4dedd 100644
--- a/xmloff/source/chart/SchXMLTableContext.cxx
+++ b/xmloff/source/chart/SchXMLTableContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: SchXMLTableContext.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: bm $ $Date: 2000-12-15 17:44:36 $
+ * last change: $Author: aw $ $Date: 2001-02-26 10:24:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -402,7 +402,7 @@ void SchXMLTableCellContext::StartElement( const uno::Reference< xml::sax::XAttr
{
double fData;
// the result may be false if a NaN is read, but that's ok
- SvXMLUnitConverter::convertNumber( fData, aCellContent );
+ SvXMLUnitConverter::convertDouble( fData, aCellContent );
aCell.fValue = fData;
// dont read following <text:p> element