diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-19 15:12:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-19 15:12:09 +0000 |
commit | e769445978bf07cbbc45fe8122fedd5af430940d (patch) | |
tree | b4ad932a490958fcdce3f75a478707679c4a466f /framework | |
parent | 3c5cddcdfea88b1b7c95bf7169d5e78509ac7997 (diff) |
INTEGRATION: CWS warningfixes02 (1.14.4); FILE MERGED
2006/06/30 11:54:17 sb 1.14.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/substitutepathvars.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx index 82911d948ef5..2dcd326f2500 100644 --- a/framework/source/services/substitutepathvars.cxx +++ b/framework/source/services/substitutepathvars.cxx @@ -4,9 +4,9 @@ * * $RCSfile: substitutepathvars.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-07-13 12:04:41 $ + * last change: $Author: kz $ $Date: 2006-07-19 16:12:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -529,7 +529,7 @@ sal_Bool SubstitutePathVariables_Impl::FilterRuleSet( const SubstituteRuleVector // No pattern matching for OS type OperatingSystem eOSType = GetOperatingSystem(); - sal_Int16 nValue; + sal_Int16 nValue = 0; aRule.aEnvValue >>= nValue; sal_Bool bUnix = ( eOSType == OS_LINUX ) || ( eOSType == OS_SOLARIS ); |