Kaydet (Commit) e49fc295 authored tarafından David Tardon's avatar David Tardon

the if is useless here--both branches are same

üst aa90dcca
......@@ -257,14 +257,7 @@ sal_uInt16 MyBasic::BreakHdl()
pWin->Highlight( GetLine(), GetCol1(), GetCol2() );
}
if( IsBreak() ) // If Breakpoint (or "Run to Cursor")
{
return aBasicApp.pFrame->BreakHandler();
}
else
{
return aBasicApp.pFrame->BreakHandler();
}
}
/***************************************************************************
......
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