diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 09:41:42 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 21:49:24 -0400 |
commit | 6dfdce83578ce44720e4cf1d84c6e4ef50686983 (patch) | |
tree | 0e6cefe3a7b4046c6f83d67a79b7983e9e19f734 /sc/source/ui/app/transobj.cxx | |
parent | d4c36b6cc3d45f0d66cc3d0d86d3d842b979cbd7 (diff) |
Remove a variant of PutCell().
Change-Id: I6100d30954536a3683be69363f1fc13d54cacfef
Diffstat (limited to 'sc/source/ui/app/transobj.cxx')
-rw-r--r-- | sc/source/ui/app/transobj.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/app/transobj.cxx b/sc/source/ui/app/transobj.cxx index bb67eef8cc48..880719548b34 100644 --- a/sc/source/ui/app/transobj.cxx +++ b/sc/source/ui/app/transobj.cxx @@ -798,7 +798,6 @@ void ScTransferObj::StripRefs( ScDocument* pDoc, SCCOL nCol = aIter.GetCol() - nSubX; SCROW nRow = aIter.GetRow() - nSubY; - ScBaseCell* pNew = 0; sal_uInt16 nErrCode = pFCell->GetErrCode(); ScAddress aPos(nCol, nRow, nDestTab); if (nErrCode) |