summaryrefslogtreecommitdiff
path: root/sc/source/core/data
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-17 22:46:34 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-18 08:31:58 -0500
commit087b6041794a6a04c2e957ebf9a03fd223fa0fb3 (patch)
tree2ba258e3baa5803dcd8c48cbce7a57534a4571f8 /sc/source/core/data
parentbdc2c32f41ca6ca011ba68200ffde23a0740fc85 (diff)
Unused local variable.
Change-Id: I6a3d191b10eec119eea5af6218e6c298f2826b33
Diffstat (limited to 'sc/source/core/data')
-rw-r--r--sc/source/core/data/column.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index a01913938aa2..73c64f2b46f3 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -2057,7 +2057,6 @@ class UpdateRefOnNonCopy : std::unary_function<sc::FormulaGroupEntry, void>
if (aRes.mbReferenceModified || aRes.mbNameModified)
{
- sc::StartListeningContext aStartCxt(mpCxt->mrDoc);
sc::EndListeningContext aEndCxt(mpCxt->mrDoc, pOldCode.get());
aEndCxt.setPositionDelta(
ScAddress(-mpCxt->mnColDelta, -mpCxt->mnRowDelta, -mpCxt->mnTabDelta));