Moved wxConvertVariantToOle and wxConvertOleToVariant to oleutils.cpp.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 3 Jan 2010 18:28:56 +0000 (18:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 3 Jan 2010 18:28:56 +0000 (18:28 +0000)
commita2fd865b0dc2abc2ae04811cbd88c90a146c9e4f
tree255946aa563bb289455dd30590a9bf9bfadf51c8
parentcf7b67ae6f3820f488ff67b00947ab0b75c05cb8
Moved wxConvertVariantToOle and wxConvertOleToVariant to oleutils.cpp.

These are declared in oleutils.h, so that's where they should be. More
importantly, they are used by wxActiveXContainer and so are required
even if wxUSE_OLE_AUTOMATION is off.

Also added "wx" prefix to (Clear|Release)Variant, because they cannot be
static any longer.

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