Kaydet (Commit) 3ddaeaab authored tarafından Eike Rathke's avatar Eike Rathke

call ScTokenArray::AdjustReferenceOnCopy() in ScFormulaCell clone, tdf#92468

Change-Id: I0dc0c3528b35bc6ea2525bafb94d72ee65e4791a
üst 369ee0b1
......@@ -850,6 +850,9 @@ ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, cons
pCode->AdjustAbsoluteRefs( rCell.pDocument, rCell.aPos, aPos, false, bCopyBetweenDocs );
}
if (!pDocument->IsClipOrUndo())
pCode->AdjustReferenceOnCopy( aPos);
if ( nCloneFlags & SC_CLONECELL_ADJUST3DREL )
pCode->ReadjustRelative3DReferences( rCell.aPos, aPos );
......
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