Add support for wxArrayString to wxVariant-to-OLE conversion.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 May 2012 10:04:03 +0000 (10:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 May 2012 10:04:03 +0000 (10:04 +0000)
commit82c372a7e244ab1bc1da358c5ce365d8b0c0dd68
treecee3250ab919234de08ba317ec0114215f8cd36f
parent96c9640205933ad0673d5af2c96af0816c50160c
Add support for wxArrayString to wxVariant-to-OLE conversion.

This allows to call COM methods taking arrays of strings easily.

Also remove support for the old and non-existent any more "stringlist" variant
type.

And add more error checking.

Closes #14296.

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