Jacek Caban : mshtml.idl: Added missing hidden attributes.

Alexandre Julliard julliard at winehq.org
Tue Sep 8 08:54:52 CDT 2009


Module: wine
Branch: master
Commit: 872a89436db834e65f0ba93f4d2065643bcf3417
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=872a89436db834e65f0ba93f4d2065643bcf3417

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sun Sep  6 18:53:48 2009 +0200

mshtml.idl: Added missing hidden attributes.

---

 include/mshtml.idl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index 740c6c5..8fab91b 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -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)]




More information about the wine-cvs mailing list