[Libreoffice-commits] .: extensions/source
Julien Nabet
serval2412 at kemper.freedesktop.org
Tue Jan 3 11:36:36 PST 2012
extensions/source/ole/oleobjw.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b07d24180641d3b9fe2f0ac2602f8263fcf3aaa6
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Tue Jan 3 20:34:06 2012 +0100
Fix replace INVOKE_PROPERTYPUT, put INVOKE_PROPERTYPUTREF instead
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index 8fb9261..9d203c8 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -1814,7 +1814,7 @@ Any IUnknownWrapper_Impl::invokeWithDispIdComTlb(FuncDesc& aFuncDesc,
if (dispparams.cNamedArgs > 0 &&
! (dispparams.cNamedArgs == 1 &&
(aFuncDesc->invkind == INVOKE_PROPERTYPUT ||
- aFuncDesc->invkind == INVOKE_PROPERTYPUT)))
+ aFuncDesc->invkind == INVOKE_PROPERTYPUTREF)))
{
//set up an array containing the member and parameter names
//which is then used in ITypeInfo::GetIDsOfNames
More information about the Libreoffice-commits
mailing list