diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-31 09:29:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-31 09:29:55 +0200 |
commit | a129a38585fe89bb95de35982432c28dd4c62b4d (patch) | |
tree | dbba9250b7962b637fbde9d97d9cac0f72457f48 /bridges/source | |
parent | d398fd1383e07c8ee525d91f398d44394e3c7ff2 (diff) |
Fix thinko
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx index 2bcac5a9c863..ecfd957947c4 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx @@ -327,8 +327,8 @@ extern "C" typelib_TypeClass cpp_vtable_call( if ( pInterface ) { - // pStack[0] = hidden return value pointer - ::uno_any_construct( reinterpret_cast<uno_Any *>( pStack[0] ), + // pStack[3] = hidden return value pointer + ::uno_any_construct( reinterpret_cast<uno_Any *>( pStack[3] ), &pInterface, pTD, cpp_acquire ); pInterface->release(); |