This commit is contained in:
karnaze%netscape.com 1999-08-19 20:36:52 +00:00
Родитель 5daa6435c2
Коммит f3c75906d9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -658,7 +658,7 @@ protected:
public:
// Returns PR_TRUE if there are any cells above the row at
// aRowIndex and spanning into the row at aRowIndex
PRBool nsTableFrame::RowIsSpannedInto(PRInt32 aRowIndex);
PRBool RowIsSpannedInto(PRInt32 aRowIndex);
// Returns PR_TRUE if there is a cell originating in aRowIndex
// which spans into the next row

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

@ -658,7 +658,7 @@ protected:
public:
// Returns PR_TRUE if there are any cells above the row at
// aRowIndex and spanning into the row at aRowIndex
PRBool nsTableFrame::RowIsSpannedInto(PRInt32 aRowIndex);
PRBool RowIsSpannedInto(PRInt32 aRowIndex);
// Returns PR_TRUE if there is a cell originating in aRowIndex
// which spans into the next row