This commit is contained in:
waterson%netscape.com 2000-08-25 06:22:13 +00:00
Родитель 9c85e83202
Коммит 4c25116d9f
2 изменённых файлов: 0 добавлений и 14 удалений

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

@ -359,13 +359,6 @@ nsImageFrame::Reflow(nsIPresContext* aPresContext,
return NS_OK;
}
NS_IMETHODIMP
nsImageFrame::CanContinueTextRun(PRBool& aContinueTextRun) const
{
aContinueTextRun = PR_TRUE;
return NS_OK;
}
// Computes the width of the specified string. aMaxWidth specifies the maximum
// width available. Once this limit is reached no more characters are measured.
// The number of characters that fit within the maximum width are returned in

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

@ -359,13 +359,6 @@ nsImageFrame::Reflow(nsIPresContext* aPresContext,
return NS_OK;
}
NS_IMETHODIMP
nsImageFrame::CanContinueTextRun(PRBool& aContinueTextRun) const
{
aContinueTextRun = PR_TRUE;
return NS_OK;
}
// Computes the width of the specified string. aMaxWidth specifies the maximum
// width available. Once this limit is reached no more characters are measured.
// The number of characters that fit within the maximum width are returned in