INTEGRATION: CWS warningfixes03_SRC680 (1.73.8); FILE MERGED

2006/08/18 12:45:11 mhu 1.73.8.1: #i68745# Fixed GCC 4.0.x warning(s).
This commit is contained in:
Ivo Hinkelmann
2006-08-29 10:15:21 +00:00
parent 244cd15c49
commit 31dcea376b

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: javavm.cxx,v $ * $RCSfile: javavm.cxx,v $
* *
* $Revision: 1.73 $ * $Revision: 1.74 $
* *
* last change: $Author: hr $ $Date: 2006-06-20 00:03:12 $ * last change: $Author: ihi $ $Date: 2006-08-29 11:15:21 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -1240,7 +1240,7 @@ void SAL_CALL JavaVirtualMachine::elementReplaced(
{ {
aPropertyName = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( aPropertyName = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
"stardiv.security.disableSecurity")); "stardiv.security.disableSecurity"));
sal_Bool b; sal_Bool b = sal_Bool();
if (rEvent.Element >>= b) if (rEvent.Element >>= b)
if (b) if (b)
aPropertyValue = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( aPropertyValue = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(