diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:46:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:46:31 +0000 |
commit | ceb7fe0f99d6c102b1ed6dffdc602cbc17790463 (patch) | |
tree | ca08b7a91d299b03be4bdcaf31be05de037e4a2f /cosv/inc | |
parent | 62f7e370f82b14661b92c813a957fab391d14ce7 (diff) |
INTEGRATION: CWS adc9 (1.2.10); FILE MERGED
2004/11/10 15:01:16 np 1.2.10.1: #i31023#
Diffstat (limited to 'cosv/inc')
-rw-r--r-- | cosv/inc/cosv/str_types.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cosv/inc/cosv/str_types.hxx b/cosv/inc/cosv/str_types.hxx index a7e7ff00678d..e67685ae35b1 100644 --- a/cosv/inc/cosv/str_types.hxx +++ b/cosv/inc/cosv/str_types.hxx @@ -2,9 +2,9 @@ * * $RCSfile: str_types.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-07-12 15:46:48 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:46:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,7 +119,7 @@ class CharOrder_Table inline int CharOrder_Table::operator()( char i_c ) const - { return cWeights[i_c]; } + { return cWeights[ UINT8(i_c) ]; } |