diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 13:48:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 13:48:56 +0000 |
commit | de2f4975d84ef4de59589642270a6319d1e15662 (patch) | |
tree | fb8a1fe53b802e60bf301b34727020b7c0cca775 /autodoc | |
parent | d925bf5cbc3cd2c7f91288e7cf26973a34818781 (diff) |
INTEGRATION: CWS hr50 (1.12.20); FILE MERGED
2008/03/10 15:47:41 hr 1.12.20.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/idl/pe_iface.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/autodoc/source/parser_i/idl/pe_iface.cxx b/autodoc/source/parser_i/idl/pe_iface.cxx index d3d8212ae0a3..d6418dfcf1d9 100644 --- a/autodoc/source/parser_i/idl/pe_iface.cxx +++ b/autodoc/source/parser_i/idl/pe_iface.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: pe_iface.cxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -292,8 +292,9 @@ PE_Interface::On_need_curlbr_open_Punctuation(const char * i_sText) SetResult(done, stay); eState = e_std; } - else + else { csv_assert(false); + } } |