-Werror=shadow

Change-Id: I6160150950d981a01b49cfc4c740683c1fd89b8e
This commit is contained in:
Miklos Vajna
2014-03-13 07:49:05 +01:00
parent 50bd9482c7
commit aa6fe2a0e6

View File

@@ -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) );