INTEGRATION: CWS warningfixes03_SRC680 (1.2.46); FILE MERGED
2006/08/18 12:42:27 mhu 1.2.46.1: #i68745# Fixed GCC 4.0.x warning(s).
This commit is contained in:
parent
5a9ace0554
commit
7cf515898c
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: propertysetmixin.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2005-10-27 17:20:01 $
|
||||
* last change: $Author: ihi $ $Date: 2006-08-29 11:04:08 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -770,7 +770,7 @@ css::uno::Any PropertySetMixinImpl::Impl::getProperty(
|
|||
css::uno::Reference< css::reflection::XIdlClass > optional(
|
||||
getReflection(value.getValueTypeName()));
|
||||
try {
|
||||
bool present;
|
||||
bool present = false;
|
||||
if (!(css::uno::Reference< css::reflection::XIdlField2 >(
|
||||
optional->getField(
|
||||
rtl::OUString(
|
||||
|
|
Loading…
Reference in a new issue