summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-20 13:50:57 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-22 21:49:17 -0400
commit8aac68741b17a1d161137b12c78d47c8b3e91c68 (patch)
treeabaa0b67a6cc732b2fb82505db505bce9389f354 /sc/source/ui/unoobj
parent060c1f9048c713d03a9b051e4e9537d5992b8a13 (diff)
Convert some of ScDocFunc::PutCell() to SetValueCell().
Also implement the telepathy serialization part. Change-Id: Ie67b26d5f7778d0c1f09a9ef748e0fe846ac3dc5
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index ab082b59bb76..abfdbfe0991c 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -6313,7 +6313,7 @@ void ScCellObj::SetValue_Impl(double fValue)
{
ScDocShell* pDocSh = GetDocShell();
if ( pDocSh )
- (void)pDocSh->GetDocFunc().PutCell( aCellPos, new ScValueCell(fValue), sal_True );
+ pDocSh->GetDocFunc().SetValueCell(aCellPos, fValue, false);
}
// only for XML import