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)
This commit is contained in:
parent
d925bf5cbc
commit
de2f4975d8
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue