Kaydet (Commit) 42809665 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS uno1 (1.9.18); FILE MERGED

2003/02/28 10:52:53 dbo 1.9.18.1: #i11781# fixing compiler warnings
üst 5ba49812
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment