INTEGRATION: CWS ooo20031216 (1.14.2); FILE MERGED
2003/12/23 10:26:11 waratah 1.14.2.1: #i1858# initialise an unitialised variable
This commit is contained in:
parent
04fc858178
commit
a1cf31c531
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: prim.hxx,v $
|
||||
*
|
||||
* $Revision: 1.14 $
|
||||
* $Revision: 1.15 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2003-12-01 16:03:16 $
|
||||
* last change: $Author: hr $ $Date: 2004-02-04 14:00:50 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -218,7 +218,7 @@ inline typelib_TypeDescriptionReference * _unionGetSetType(
|
|||
void * pUnion, typelib_TypeDescription * pTD )
|
||||
SAL_THROW( () )
|
||||
{
|
||||
typelib_TypeDescriptionReference * pRet;
|
||||
typelib_TypeDescriptionReference * pRet = 0;
|
||||
sal_Int32 nPos;
|
||||
|
||||
sal_Int64 * pDiscr = ((typelib_UnionTypeDescription *)pTD)->pDiscriminants;
|
||||
|
|
Loading…
Reference in a new issue