Kaydet (Commit) 087b6041 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Unused local variable.

Change-Id: I6a3d191b10eec119eea5af6218e6c298f2826b33
üst bdc2c32f
...@@ -2057,7 +2057,6 @@ class UpdateRefOnNonCopy : std::unary_function<sc::FormulaGroupEntry, void> ...@@ -2057,7 +2057,6 @@ class UpdateRefOnNonCopy : std::unary_function<sc::FormulaGroupEntry, void>
if (aRes.mbReferenceModified || aRes.mbNameModified) if (aRes.mbReferenceModified || aRes.mbNameModified)
{ {
sc::StartListeningContext aStartCxt(mpCxt->mrDoc);
sc::EndListeningContext aEndCxt(mpCxt->mrDoc, pOldCode.get()); sc::EndListeningContext aEndCxt(mpCxt->mrDoc, pOldCode.get());
aEndCxt.setPositionDelta( aEndCxt.setPositionDelta(
ScAddress(-mpCxt->mnColDelta, -mpCxt->mnRowDelta, -mpCxt->mnTabDelta)); ScAddress(-mpCxt->mnColDelta, -mpCxt->mnRowDelta, -mpCxt->mnTabDelta));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment