[Libreoffice-commits] .: bridges/source
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Jan 30 23:30:07 PST 2011
bridges/source/cpp_uno/msvc_win32_x86-64/cpp2uno.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit eee85b1e91c233bf16adbf5579398c80f8f4c76a
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Mon Jan 31 09:29:55 2011 +0200
Fix thinko
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 7579805..c787a5d 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();
More information about the Libreoffice-commits
mailing list