diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-12 08:30:24 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-13 10:10:40 +0200 |
commit | 6c4ca2ba89336619cb093947cda664f37e0e1d06 (patch) | |
tree | 16a48e614a57e95dfb6669d6d45386bbc12064b6 /extensions | |
parent | 51f4c781c3c9fd33421ff94a898dadafacd2549a (diff) |
warning C4189: local variable is initialized but not referenced
Change-Id: I12f050afe42e6ef50286423d7d055e794f04ecc4
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index fe87fedce028..aaeb614e5f97 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -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 |