INTEGRATION: CWS uno1 (1.9.18); FILE MERGED

2003/02/28 10:52:53 dbo 1.9.18.1: #i11781# fixing compiler warnings
This commit is contained in:
Vladimir Glazounov 2003-03-20 11:43:07 +00:00
parent 5ba498129f
commit 4280966568

View file

@ -2,9 +2,9 @@
*
* $RCSfile: urp_unmarshal.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: kso $ $Date: 2002-10-23 13:24:05 $
* last change: $Author: vg $ $Date: 2003-03-20 12:43:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -657,8 +657,7 @@ sal_Bool Unmarshal::unpackType( void *pDest )
else
{
// a type by this name is not known in the process.
if( (nTypeClass & 0x7f) >= 0 &&
(nTypeClass & 0x7f) < typelib_TypeClass_UNKNOWN )
if( (nTypeClass & 0x7f) < typelib_TypeClass_UNKNOWN )
{
// typeclass is within a valid range, introduce the new
// type.