summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-06-13 10:40:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-06-13 10:40:56 +0000
commitc5f5378466c24c8ca78dce1d06f1276a0921fc74 (patch)
tree477a65fe1e487f9a45d1ea171c4e0aea4d816f13 /transex3
parent3fc1bc6439283aa00d81c1230474bbb78d563b07 (diff)
INTEGRATION: CWS rcmerge (1.2.6); FILE MERGED
2003/06/11 09:57:38 nf 1.2.6.1: #i13369# removed warnings
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/wrdtrans.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/wrdtrans.cxx b/transex3/source/wrdtrans.cxx
index cf75cca19c1a..025f521ab411 100644
--- a/transex3/source/wrdtrans.cxx
+++ b/transex3/source/wrdtrans.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrdtrans.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 16:31:08 $
+ * last change: $Author: hr $ $Date: 2003-06-13 11:40:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -251,7 +251,7 @@ WordTransformer::E_Error
WordTrans_ErrorList::GetError( USHORT i_nNr,
ByteString * o_pErrorText ) const
{
- if (0 <= i_nNr && i_nNr < aErrors.size() )
+ if ( i_nNr < aErrors.size() )
{
const ByteString & rError = aErrors[i_nNr];
const char * pErrorChars = rError.GetBuffer();