diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 13:49:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 13:49:09 +0000 |
commit | 6674c479b08872aa89ba5c1ed6a3d3884d845db0 (patch) | |
tree | 4fc244d7ee238b42257ffdad79cf81d9e1ec3c9c /autodoc | |
parent | de2f4975d84ef4de59589642270a6319d1e15662 (diff) |
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)
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/idl/pe_selem.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/autodoc/source/parser_i/idl/pe_selem.cxx b/autodoc/source/parser_i/idl/pe_selem.cxx index f61dcce22500..3a525f8b0b2c 100644 --- a/autodoc/source/parser_i/idl/pe_selem.cxx +++ b/autodoc/source/parser_i/idl/pe_selem.cxx @@ -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 |