diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-03 14:40:13 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-03 14:40:13 +0100 |
commit | eb898f9399248faf60c8d895261d5d6a6cfaee21 (patch) | |
tree | d5dd6cc4821dd9bf6f9c4425cb69fff48f2e2623 /extensions/source | |
parent | 7ea18542f2cba20abb7942df384ceae49c87a166 (diff) |
masterfix DEV300: MinGW fix
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 496ec6fea8db..182726cd95bc 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -931,7 +931,7 @@ HRESULT InterfaceOleWrapper_Impl::doInvoke( DISPPARAMS * pdispparams, VARIANT * // try to write back out parameter if (outIndex.getLength() > 0) { - const INT16* pOutIndex = outIndex.getConstArray(); + const sal_Int16* pOutIndex = outIndex.getConstArray(); const Any* pOutParams = outParams.getConstArray(); for (sal_Int32 i = 0; i < outIndex.getLength(); i++) |