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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user