From ef16933affc6fb97f1bff5d7ae0400bc67eed93a Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 21 Nov 2006 16:25:34 +0000 Subject: INTEGRATION: CWS pj65 (1.9.8); FILE MERGED 2006/10/24 06:49:59 pjanik 1.9.8.1: #i70659#: Prevent warnings on Mac OS X. --- stoc/source/security/access_controller.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stoc') diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx index 76e430049d23..b8213b996987 100644 --- a/stoc/source/security/access_controller.cxx +++ b/stoc/source/security/access_controller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: access_controller.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-16 17:35:50 $ + * last change: $Author: vg $ $Date: 2006-11-21 17:25:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -530,7 +530,7 @@ AccessController::AccessController( Reference< XComponentContext > const & xComp // switch on caching for DYNAMIC_ONLY and ON (sharable multi-user process) if (ON == m_mode || DYNAMIC_ONLY == m_mode) { - sal_Int32 cacheSize; // multi-user cache size + sal_Int32 cacheSize = 0; // multi-user cache size if (! (m_xComponentContext->getValueByName( OUSTR("/services/" SERVICE_NAME "/user-cache-size") ) >>= cacheSize)) { -- cgit