On Mon, Oct 6, 2008 at 9:54 AM, Jacek Caban jacek@codeweavers.com wrote:
include/mshtmdid.h | 12 + include/mshtml.idl | 957 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 969 insertions(+), 0 deletions(-)
+ [propget, id(DISPID_IHTMLELEMENT2_ONROWSINSERTED), displaybind, bindable] + VARIANT onrowsinserted(); +
Extra space before VARIANT
Austin English wrote:
- [propget, id(DISPID_IHTMLELEMENT2_ONROWSINSERTED), displaybind, bindable]
VARIANT onrowsinserted();
Extra space before VARIANT
Calm down, you send one mail per space. Emacs for some reason doesn't understand indention in dispinterfaces. I don't feel like resending patches just for one space change, there are probably more such typos in mshtml.idl anyway.
Jacek