RichText: RichTextLayoutTracer added npy parameter to TableCell

git-svn-id: svn://ultimatepp.org/upp/trunk@1655 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-10-25 17:58:33 +00:00
parent 91f7073523
commit 7f7c10aaac
4 changed files with 5 additions and 4 deletions

View file

@ -105,7 +105,7 @@ struct RichTextLayoutTracer {
virtual void EndTable(PageY y);
virtual void TableRow(const Rect& page, PageY y, int i, const RichTable& table);
virtual void EndTableRow(PageY y);
virtual void TableCell(const Rect& page, PageY y, int i, int j, const RichTable& table);
virtual void TableCell(const Rect& page, PageY y, int i, int j, const RichTable& table, PageY ny);
virtual void EndTableCell(PageY y);
};