From 08adb8e85063ac4fc9eef9a9941c8649e69803fb Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Wed, 13 Jun 2007 08:27:55 +0000 Subject: #i10000# VS2005 warning C4701 --- cppu/source/helper/purpenv/helper_purpenv_Proxy.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cppu/source/helper') 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(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; -- cgit