-Werror=shadow
Change-Id: I6160150950d981a01b49cfc4c740683c1fd89b8e
This commit is contained in:
@@ -900,8 +900,8 @@ bool ScDocument::CopyTab( SCTAB nOldPos, SCTAB nNewPos, const ScMarkData* pOnlyM
|
||||
pNewList->UpdateReference(aRefCxt);
|
||||
maTabs[nNewPos]->SetCondFormList( pNewList );
|
||||
|
||||
sc::SetFormulaDirtyContext aCxt;
|
||||
SetAllFormulasDirty(aCxt);
|
||||
sc::SetFormulaDirtyContext aFormulaDirtyCxt;
|
||||
SetAllFormulasDirty(aFormulaDirtyCxt);
|
||||
|
||||
if (pDrawLayer)
|
||||
DrawCopyPage( static_cast<sal_uInt16>(nOldPos), static_cast<sal_uInt16>(nNewPos) );
|
||||
|
Reference in New Issue
Block a user