Kaydet (Commit) 0ef96d2d authored tarafından Markus Mohrhard's avatar Markus Mohrhard

we cant't check for 2*MAXTAB anymore, this is out of bounds

üst 17e4f582
......@@ -458,7 +458,7 @@ void ScCellShell::Execute( SfxRequest& rReq )
bValid = !pDoc->GetTable( aName, nDummy );
++i;
}
while ( !bValid && i <= 2*MAXTAB );
while ( !bValid && i <= MAXTAB + 2 );
if ( pReqArgs != NULL )
{
......
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