mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Bug 1584473 - Follow-up: Remove leftover references to nsIMdbRowCellCursor::MakeCell() in comments.
Tag #1273
This commit is contained in:
parent
11672d13e6
commit
ffb7fc2e90
3 changed files with 3 additions and 3 deletions
|
|
@ -2306,7 +2306,7 @@ public:
|
|||
// } ----- end attribute methods -----
|
||||
|
||||
// { ----- begin cell seeking methods -----
|
||||
NS_IMETHOD SeekCell( // same as SetRow() followed by MakeCell()
|
||||
NS_IMETHOD SeekCell(
|
||||
nsIMdbEnv* ev, // context
|
||||
mdb_pos inPos, // position of cell in row sequence
|
||||
mdb_column* outColumn, // column for this particular cell
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ morkRowCellCursor::GetRow(nsIMdbEnv* mev, nsIMdbRow** acqRow)
|
|||
|
||||
// { ----- begin cell seeking methods -----
|
||||
NS_IMETHODIMP
|
||||
morkRowCellCursor::SeekCell( // same as SetRow() followed by MakeCell()
|
||||
morkRowCellCursor::SeekCell(
|
||||
nsIMdbEnv* mev, // context
|
||||
mdb_pos inPos, // position of cell in row sequence
|
||||
mdb_column* outColumn, // column for this particular cell
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ public: // morkRowCellCursor construction & destruction
|
|||
// } ----- end attribute methods -----
|
||||
|
||||
// { ----- begin cell seeking methods -----
|
||||
NS_IMETHOD SeekCell( // same as SetRow() followed by MakeCell()
|
||||
NS_IMETHOD SeekCell(
|
||||
nsIMdbEnv* ev, // context
|
||||
mdb_pos inPos, // position of cell in row sequence
|
||||
mdb_column* outColumn, // column for this particular cell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue