INTEGRATION: CWS hr50 (1.8.20); FILE MERGED
2008/03/10 15:47:41 hr 1.8.20.1: #i86574#: fix warning (gcc-4.2.3)
This commit is contained in:
parent
de2f4975d8
commit
6674c479b0
1 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: pe_selem.cxx,v $
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -108,8 +108,9 @@ PE_StructElement::Process_Default()
|
|||
SetResult( not_done, push_sure, pPE_Type.Ptr() );
|
||||
eState = expect_name;
|
||||
}
|
||||
else
|
||||
else {
|
||||
csv_assert(false);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -137,8 +138,9 @@ PE_StructElement::Process_Identifier( const TokIdentifier & i_rToken )
|
|||
SetResult( done, stay );
|
||||
eState = expect_finish;
|
||||
}
|
||||
else
|
||||
else {
|
||||
csv_assert(false);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue