Kaydet (Commit) 6c4ca2ba authored tarafından Thomas Arnhold's avatar Thomas Arnhold

warning C4189: local variable is initialized but not referenced

Change-Id: I12f050afe42e6ef50286423d7d055e794f04ecc4
üst 51f4c781
......@@ -1298,7 +1298,6 @@ uno::Any SAL_CALL IUnknownWrapper_Impl::directInvoke( const OUString& aName, con
{
DISPPARAMS dispparams = {NULL, NULL, 0, 0};
DISPID idPropertyPut = DISPID_PROPERTYPUT;
scoped_array<DISPID> arDispidNamedArgs;
scoped_array<CComVariant> ptrArgs;
scoped_array<CComVariant> ptrRefArgs; // referenced arguments
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment