Kaydet (Commit) 025bfa7e authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: unreadVariable

Change-Id: I3c70ad7628ed0d2a39a62eaece84d7cb77e150be
üst 35308665
......@@ -627,8 +627,6 @@ void SdrEscherImport::RecolorGraphic( SvStream& rSt, sal_uInt32 nRecLen, Graphic
{
sal_uInt32 OriginalGlobalColors[ 64 ];
sal_uInt32 NewGlobalColors[ 64 ];
sal_uInt32 OriginalFillColors[ 64 ];
sal_uInt32 NewFillColors[ 64 ];
sal_uInt32 i, j, nGlobalColorsChanged, nFillColorsChanged;
nGlobalColorsChanged = nFillColorsChanged = 0;
......@@ -678,8 +676,6 @@ void SdrEscherImport::RecolorGraphic( SvStream& rSt, sal_uInt32 nRecLen, Graphic
}
rSt.Seek( nPos + 44 );
}
pCurrentOriginal = OriginalFillColors;
pCurrentNew = NewFillColors;
pCount = &nFillColorsChanged;
i = nFillColorsCount;
}
......
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