Don't consider lack of connection points an error in wxActiveXContainer.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:41:29 +0000 (22:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:41:29 +0000 (22:41 +0000)
commit21e5aa164e50643630e2c803743498839f2ad808
tree252c47d45764e5800421236252259bbd769f9d39
parent58331be29ab14a2067a9b20e49330bbccc1194ca
Don't consider lack of connection points an error in wxActiveXContainer.

Handle CONNECT_E_NOCONNECTION return value from IConnectionPointContainer::
FindConnectionPoint() as an expected error and don't complain about it.

See #11566.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/ole/activex.cpp