Commit 872a8943 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml.idl: Added missing hidden attributes.

parent 2aee9e3f
......@@ -13172,7 +13172,7 @@ interface IOmNavigator : IDispatch
[propget, id(DISPID_IOMNAVIGATOR_SYSTEMLANGUAGE)]
HRESULT systemLanguage([retval, out] BSTR *p);
[propget, id(DISPID_IOMNAVIGATOR_BROWSERLANGUAGE)]
[propget, id(DISPID_IOMNAVIGATOR_BROWSERLANGUAGE), hidden]
HRESULT browserLanguage([retval, out] BSTR *p);
[propget, id(DISPID_IOMNAVIGATOR_USERLANGUAGE)]
......@@ -13184,7 +13184,7 @@ interface IOmNavigator : IDispatch
[propget, id(DISPID_IOMNAVIGATOR_APPMINORVERSION)]
HRESULT appMinorVersion([retval, out] BSTR *p);
[propget, id(DISPID_IOMNAVIGATOR_CONNECTIONSPEED)]
[propget, id(DISPID_IOMNAVIGATOR_CONNECTIONSPEED), hidden]
HRESULT connectionSpeed([retval, out] LONG *p);
[propget, id(DISPID_IOMNAVIGATOR_ONLINE)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment