Bug 474369 - get rid of nsVoidArray, layout/tables part. r+sr=roc

This commit is contained in:
Arpad Borsos
2009-02-05 10:09:50 +01:00
parent a2fa3dc9f5
commit c3e840ee00
9 changed files with 245 additions and 256 deletions

View File

@@ -40,8 +40,8 @@
#include "nscore.h"
#include "nsContainerFrame.h"
#include "nsTablePainter.h"
#include "nsTArray.h"
class nsVoidArray;
class nsTableCellFrame;
enum nsTableColType {
@@ -112,9 +112,6 @@ public:
/** return the number of the columns the col represents. always >= 1 */
PRInt32 GetSpan();
/** convenience method, calls into cellmap */
nsVoidArray * GetCells();
/** convenience method, calls into cellmap */
PRInt32 Count() const;