Refactor SAFEARRAY creation code in wxConvertStringFromOle().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 May 2012 12:29:50 +0000 (12:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 May 2012 12:29:50 +0000 (12:29 +0000)
commitf0d38b659f54a9c4775b3fc0cfd7ba44d91f3081
tree44f254e8cc790ed36136be5014e0e38a6a97c90f
parent252255e852c0615ba0e10e648f0dbc458fd3fafd
Refactor SAFEARRAY creation code in wxConvertStringFromOle().

No changes, just make the code simpler and more obviously correct by using a
helper class to create and fill the SAFEARRAY that we create.

Closes #14296.

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