summaryrefslogtreecommitdiffstats
path: root/db/mork/public
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-11 02:08:59 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-11 02:08:59 -0500
commit7406d488b363588be8f677f698be11ea478f377b (patch)
tree4eace33f71b9b53b7500bcadc59c9979ec6f45b1 /db/mork/public
parent73e14fb7049306439a5637ff261f1370a94518e5 (diff)
downloadUXP-7406d488b363588be8f677f698be11ea478f377b.tar
UXP-7406d488b363588be8f677f698be11ea478f377b.tar.gz
UXP-7406d488b363588be8f677f698be11ea478f377b.tar.lz
UXP-7406d488b363588be8f677f698be11ea478f377b.tar.xz
UXP-7406d488b363588be8f677f698be11ea478f377b.zip
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
Diffstat (limited to 'db/mork/public')
-rw-r--r--db/mork/public/mdb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/db/mork/public/mdb.h b/db/mork/public/mdb.h
index 9a48434eb..54d5ac637 100644
--- a/db/mork/public/mdb.h
+++ b/db/mork/public/mdb.h
@@ -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