INTEGRATION: CWS warnings01 (1.8.14); FILE MERGED

2006/04/21 09:40:19 sb 1.8.14.4: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.
2006/04/07 21:13:40 sb 1.8.14.3: RESYNC: (1.9-1.10); FILE MERGED
2006/01/25 22:09:56 sb 1.8.14.2: RESYNC: (1.8-1.9); FILE MERGED
2005/11/09 20:22:02 pl 1.8.14.1: #i53898# removed warnings
This commit is contained in:
Jens-Heiner Rechtien 2006-06-20 03:49:07 +00:00
parent 694c31be85
commit 15557e2e1c

View file

@ -4,9 +4,9 @@
*
* $RCSfile: textconversion_ko.cxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: kz $ $Date: 2006-01-31 18:48:17 $
* last change: $Author: hr $ $Date: 2006-06-20 04:49:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -130,7 +130,8 @@ TextConversion_ko::getCharConversions(const OUString& aText, sal_Int32 nStartPos
if (toHanja && getHangul2HanjaIndex && getHangul2HanjaIndexCount && getHangul2HanjaData) {
ch = aText[nStartPos];
const Hangul_Index *Hangul_ko = getHangul2HanjaIndex();
sal_Int16 top = getHangul2HanjaIndexCount() - 1;
sal_Int16 top = getHangul2HanjaIndexCount();
--top;
sal_Int16 bottom = 0;
while (bottom <= top) {
@ -327,7 +328,7 @@ TextConversion_ko::getConversionWithOffset( const OUString& aText, sal_Int32 nSt
}
sal_Bool SAL_CALL
TextConversion_ko::interactiveConversion( const Locale& aLocale, sal_Int16 nTextConversionType, sal_Int32 nTextConversionOptions )
TextConversion_ko::interactiveConversion( const Locale& /*rLocale*/, sal_Int16 /*nTextConversionType*/, sal_Int32 /*nTextConversionOptions*/ )
throw( RuntimeException, IllegalArgumentException, NoSupportException )
{
return sal_True;