summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:55:25 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:55:25 +0000
commitac8a4d453c4126a11dd50e881d37b0e4e1a1cc80 (patch)
tree82084b0a659ed948175ea8bbe9f8b07ae650f866 /sc
parentc0350e1704c7179e8e8d2ea95aa712f278e1d52f (diff)
INTEGRATION: CWS odff (1.21.68); FILE MERGED
2008/02/27 18:33:55 er 1.21.68.2: RESYNC: (1.21-1.23); FILE MERGED 2008/02/15 14:23:05 er 1.21.68.1: #i81063# grammar here, grammar there, grammar everywhere
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/starcalc/scflt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/starcalc/scflt.cxx b/sc/source/filter/starcalc/scflt.cxx
index b40b92331b5b..b3afde27d378 100644
--- a/sc/source/filter/starcalc/scflt.cxx
+++ b/sc/source/filter/starcalc/scflt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: scflt.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: vg $ $Date: 2008-02-12 14:25:27 $
+ * last change: $Author: kz $ $Date: 2008-03-06 15:55:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1756,7 +1756,7 @@ void Sc10Import::LoadCol(SCCOL Col, SCTAB Tab)
s[0] = '=';
s[Len + 1] = 0;
ScFormulaCell* pCell = new ScFormulaCell( pDoc, ScAddress( Col, static_cast<SCROW> (Row), Tab ) );
- pCell->SetString( SC10TOSTRING( s ) );
+ pCell->SetHybridFormula( SC10TOSTRING( s ), ScGrammar::GRAM_NATIVE );
pDoc->PutCell( Col, static_cast<SCROW> (Row), Tab, pCell, (BOOL)TRUE );
break;
}