oops. for got to check this in last time. bug number is 14795

This commit is contained in:
mjudge%netscape.com 1999-10-14 23:52:42 +00:00
Родитель 283946a4e4
Коммит 385f949e66
6 изменённых файлов: 18 добавлений и 12 удалений

Просмотреть файл

@ -5548,10 +5548,11 @@ nsBlockFrame::HandleEvent(nsIPresContext& aPresContext,
);
if (NS_SUCCEEDED(result) && pos.mResultFrame){
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));//if this fails thats ok
resultFrame = pos.mResultFrame;
mainframe = resultFrame;
}
if (!resultFrame)
else
break;//time to go nothing was found
}
//end while loop. if nssucceeded resutl then keep going that means

Просмотреть файл

@ -5548,10 +5548,11 @@ nsBlockFrame::HandleEvent(nsIPresContext& aPresContext,
);
if (NS_SUCCEEDED(result) && pos.mResultFrame){
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));//if this fails thats ok
resultFrame = pos.mResultFrame;
mainframe = resultFrame;
}
if (!resultFrame)
else
break;//time to go nothing was found
}
//end while loop. if nssucceeded resutl then keep going that means

Просмотреть файл

@ -5548,10 +5548,11 @@ nsBlockFrame::HandleEvent(nsIPresContext& aPresContext,
);
if (NS_SUCCEEDED(result) && pos.mResultFrame){
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));//if this fails thats ok
resultFrame = pos.mResultFrame;
mainframe = resultFrame;
}
if (!resultFrame)
else
break;//time to go nothing was found
}
//end while loop. if nssucceeded resutl then keep going that means

Просмотреть файл

@ -5548,10 +5548,11 @@ nsBlockFrame::HandleEvent(nsIPresContext& aPresContext,
);
if (NS_SUCCEEDED(result) && pos.mResultFrame){
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));//if this fails thats ok
resultFrame = pos.mResultFrame;
mainframe = resultFrame;
}
if (!resultFrame)
else
break;//time to go nothing was found
}
//end while loop. if nssucceeded resutl then keep going that means

Просмотреть файл

@ -5548,10 +5548,11 @@ nsBlockFrame::HandleEvent(nsIPresContext& aPresContext,
);
if (NS_SUCCEEDED(result) && pos.mResultFrame){
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));//if this fails thats ok
resultFrame = pos.mResultFrame;
mainframe = resultFrame;
}
if (!resultFrame)
else
break;//time to go nothing was found
}
//end while loop. if nssucceeded resutl then keep going that means

Просмотреть файл

@ -5548,10 +5548,11 @@ nsBlockFrame::HandleEvent(nsIPresContext& aPresContext,
);
if (NS_SUCCEEDED(result) && pos.mResultFrame){
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));
result = pos.mResultFrame->QueryInterface(nsILineIterator::GetIID(),getter_AddRefs(it));//if this fails thats ok
resultFrame = pos.mResultFrame;
mainframe = resultFrame;
}
if (!resultFrame)
else
break;//time to go nothing was found
}
//end while loop. if nssucceeded resutl then keep going that means