mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Bug 1584473 - Fix several issues
* Fix undefined HRESULT codes in class CMapiApi in MapiApi.cpp. * Fix doubled up sub-expressions in MIME and MAPI. * Remove broken/unused morkRowCellCursor::MakeCell() Tag #1273
This commit is contained in:
parent
800fce0b81
commit
e7cf7528e2
6 changed files with 3 additions and 60 deletions
|
|
@ -2305,14 +2305,6 @@ public:
|
|||
NS_IMETHOD GetRow(nsIMdbEnv* ev, nsIMdbRow** acqRow) = 0;
|
||||
// } ----- end attribute methods -----
|
||||
|
||||
// { ----- begin cell creation methods -----
|
||||
NS_IMETHOD MakeCell( // get cell at current pos in the row
|
||||
nsIMdbEnv* ev, // context
|
||||
mdb_column* outColumn, // column for this particular cell
|
||||
mdb_pos* outPos, // position of cell in row sequence
|
||||
nsIMdbCell** acqCell) = 0; // the cell at inPos
|
||||
// } ----- end cell creation methods -----
|
||||
|
||||
// { ----- begin cell seeking methods -----
|
||||
NS_IMETHOD SeekCell( // same as SetRow() followed by MakeCell()
|
||||
nsIMdbEnv* ev, // context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue