Applied part 2 of [ 1415183 ] a couple of wxAutomation object/ole fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-02-11 14:51:16 +00:00
parent 2ae226ddc3
commit 0a0e6932cd

View File

@@ -851,9 +851,11 @@ static void ReleaseVariant(VARIANTARG *pvarg)
break;
case VT_I2:
case VT_I4:
case VT_BOOL:
case VT_R8:
case VT_ERROR: // to avoid erroring on an error return from Excel
case VT_EMPTY:
// no work for these types
break;