-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);
|
pNewList->UpdateReference(aRefCxt);
|
||||||
maTabs[nNewPos]->SetCondFormList( pNewList );
|
maTabs[nNewPos]->SetCondFormList( pNewList );
|
||||||
|
|
||||||
sc::SetFormulaDirtyContext aCxt;
|
sc::SetFormulaDirtyContext aFormulaDirtyCxt;
|
||||||
SetAllFormulasDirty(aCxt);
|
SetAllFormulasDirty(aFormulaDirtyCxt);
|
||||||
|
|
||||||
if (pDrawLayer)
|
if (pDrawLayer)
|
||||||
DrawCopyPage( static_cast<sal_uInt16>(nOldPos), static_cast<sal_uInt16>(nNewPos) );
|
DrawCopyPage( static_cast<sal_uInt16>(nOldPos), static_cast<sal_uInt16>(nNewPos) );
|
||||||
|
Reference in New Issue
Block a user