Kaydet (Commit) a1faa06b authored tarafından Noel Power's avatar Noel Power

and another wae ( that I missed )

Change-Id: Ie4e41d8d7c5c598595aeef49091ebc7fc3cf300f
üst 2f588576
......@@ -541,7 +541,7 @@ void ScViewData::MoveTab( SCTAB nSrcTab, SCTAB nDestTab )
if (nSrcTab < static_cast<SCTAB>(maTabData.size()))
{
pTab = maTabData[nSrcTab];
if ( nSrcTab == maTabData.size() - 1 )
if ( nSrcTab == static_cast<SCTAB>( maTabData.size() - 1 ) )
maTabData.erase( maTabData.begin() + nSrcTab );
}
......
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