summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:29:36 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:29:36 +0000
commit44d163266ffe7eb5c22759ac32565574c01507b9 (patch)
tree186f2612fbfa4ad5ae09ded3fc3db6265d57da40
parente87dd47b037bcaa4952cd4b4c9af46f3e9a6a015 (diff)
INTEGRATION: CWS odff (1.26.158); FILE MERGED
2008/02/27 18:31:51 er 1.26.158.2: RESYNC: (1.26-1.27); FILE MERGED 2008/02/15 14:23:04 er 1.26.158.1: #i81063# grammar here, grammar there, grammar everywhere
-rw-r--r--sc/source/core/tool/chgtrack.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/tool/chgtrack.cxx b/sc/source/core/tool/chgtrack.cxx
index e0f7f24f8886..a43b8773701e 100644
--- a/sc/source/core/tool/chgtrack.cxx
+++ b/sc/source/core/tool/chgtrack.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: chgtrack.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2008-01-29 15:21:49 $
+ * last change: $Author: kz $ $Date: 2008-03-06 15:29:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1962,7 +1962,7 @@ void ScChangeActionContent::SetValueString( String& rValue, ScBaseCell*& pCell,
{
rValue.Erase();
pCell = new ScFormulaCell(
- pDoc, aBigRange.aStart.MakeAddress(), rStr, ScAddress::CONV_OOO );
+ pDoc, aBigRange.aStart.MakeAddress(), rStr, ScGrammar::GRAM_DEFAULT, ScAddress::CONV_OOO );
((ScFormulaCell*)pCell)->SetInChangeTrack( TRUE );
}
else