diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-06-13 08:27:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-06-13 08:27:55 +0000 |
commit | 08adb8e85063ac4fc9eef9a9941c8649e69803fb (patch) | |
tree | 448ec0700db321c76b94fdc86dac9163542479d2 /cppu/source | |
parent | a0298545ce8ad3dff431bbc6c5e6719c1d813180 (diff) |
#i10000# VS2005 warning C4701
Diffstat (limited to 'cppu/source')
-rw-r--r-- | cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx index 6dcc0d331ffe..e248c77f96b5 100644 --- a/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx +++ b/cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helper_purpenv_Proxy.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2007-05-14 09:32:30 $ + * last change: $Author: obo $ $Date: 2007-06-13 09:27:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -143,8 +143,8 @@ extern "C" { static void SAL_CALL s_Proxy_dispatch( Proxy * pThis = static_cast<Proxy *>(pUnoI); typelib_MethodParameter param; - sal_Int32 nParams; - typelib_MethodParameter * pParams; + sal_Int32 nParams = 0; + typelib_MethodParameter * pParams = 0; typelib_TypeDescriptionReference * pReturnTypeRef = 0; // sal_Int32 nOutParams = 0; |