Also accept VT_R4 (float) VARIANTs in wxMSW OLE code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Jul 2011 14:05:11 +0000 (14:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Jul 2011 14:05:11 +0000 (14:05 +0000)
commit51909b8b0bcc5291ec57ac22d8d0e5d73ae51d65
tree2042f4d05e4feb75a769105a9abe66613497f4ff
parentfdd67a6a5099581e154492ffe3be07417fe52222
Also accept VT_R4 (float) VARIANTs in wxMSW OLE code.

We don't support creating VT_R4 VARIANTs as wxVariant can only contain double,
not float, but we can still at least accept them on input.

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