summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-20 17:30:43 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-22 21:49:18 -0400
commita67e7ca6cd7ed646bac535c8cdffd6dc1f11d331 (patch)
tree623c2494d1bf82ea5747943aa9e2531f646c3440 /sc/source/ui/view/viewfunc.cxx
parent383d39de81c4581830764efab6c31eed757751cc (diff)
ScDocFunc::SetFormulaCell() to replace use of PutCell() for formula cells.
Due to the complexity of the formula cell class, we'll keep this cell class until further notice. Change-Id: I0e11d0aa6ca2ee959a1963c606ad0684aeec27ed
Diffstat (limited to 'sc/source/ui/view/viewfunc.cxx')
-rw-r--r--sc/source/ui/view/viewfunc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index b253ff8aea41..be08448c7b24 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -520,7 +520,7 @@ void ScViewFunc::EnterData( SCCOL nCol, SCROW nRow, SCTAB nTab,
if(pCell->GetCode()->IsHyperLink())
pCell->GetCode()->SetHyperLink(false);
}
- rFunc.PutCell( aPos, pCell, sal_False );
+ rFunc.SetFormulaCell(aPos, pCell, true);
}
}
}