Re: [PATCH 08/17] mshtml: Added IHTMLStyle::[get|put]_borderimplementation.

2008-10-07 Thread Jacek Caban
Hi Alistair, Alistair Leslie-Hughes wrote: > Hi Jacek, > > >static HRESULT WINAPI HTMLStyle_put_border(IHTMLStyle *iface, BSTR v) > > { > > HTMLStyle *This = HTMLSTYLE_THIS(iface); > >-FIXME("(%p)->(%s)\n", This, debugstr_w(v)); > >-return E_NOTIMPL; > >+ > >+TRACE("(%p)->(%s)\n"

Re: [PATCH 08/17] mshtml: Added IHTMLStyle::[get|put]_borderimplementation.

2008-10-06 Thread Alistair Leslie-Hughes
Hi Jacek, >static HRESULT WINAPI HTMLStyle_put_border(IHTMLStyle *iface, BSTR v)> {> >HTMLStyle *This = HTMLSTYLE_THIS(iface);>-FIXME("(%p)->(%s)\n", This, >debugstr_w(v));>-return E_NOTIMPL;>+>+TRACE("(%p)->(%s)\n", This, >debugstr_w(v));>+>+return set_style_attr(This, STY