Kaydet (Commit) aa6fe2a0 authored tarafından Miklos Vajna's avatar Miklos Vajna

-Werror=shadow

Change-Id: I6160150950d981a01b49cfc4c740683c1fd89b8e
üst 50bd9482
...@@ -900,8 +900,8 @@ bool ScDocument::CopyTab( SCTAB nOldPos, SCTAB nNewPos, const ScMarkData* pOnlyM ...@@ -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) );
......
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