diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-12-20 13:58:30 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-12-20 13:58:30 +0100 |
commit | 00da70e784a68f7bb42feb22a363254a04c62985 (patch) | |
tree | cdbe99d1fcac188fd3dff048781472746c57bcf1 /extensions/source/ole/oleobjw.cxx | |
parent | 50fb44b0b9c9a4603745e44b67b3221f6b71fc02 (diff) |
#i10000# use sal_Int32 instead of size_t
Diffstat (limited to 'extensions/source/ole/oleobjw.cxx')
-rwxr-xr-x | extensions/source/ole/oleobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 7b76880dd..d461586d0 100755 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -1372,7 +1372,7 @@ uno::Any SAL_CALL IUnknownWrapper_Impl::directInvoke( const ::rtl::OUString& aNa arArgs = ptrArgs.get(); arRefArgs = ptrRefArgs.get(); - size_t nInd = 0; + sal_Int32 nInd = 0; try { sal_Int32 revIndex = 0; |