diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:49:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:49:18 +0000 |
commit | 77dbd60173b8a189717c1c0943684445d77fda0e (patch) | |
tree | 1359e38fb437cac398eaa16ab2afac322484970f /i18npool | |
parent | 15557e2e1c05e7f0030ebd1b0b5423a0703b8881 (diff) |
INTEGRATION: CWS warnings01 (1.5.14); FILE MERGED
2006/04/07 21:13:47 sb 1.5.14.3: RESYNC: (1.6-1.7); FILE MERGED
2006/01/25 22:10:04 sb 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED
2005/11/09 20:22:02 pl 1.5.14.1: #i53898# removed warnings
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/textconversion/textconversion_zh.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/textconversion/textconversion_zh.cxx b/i18npool/source/textconversion/textconversion_zh.cxx index 3fb458843b42..3a0c2df50a05 100644 --- a/i18npool/source/textconversion/textconversion_zh.cxx +++ b/i18npool/source/textconversion/textconversion_zh.cxx @@ -4,9 +4,9 @@ * * $RCSfile: textconversion_zh.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2006-01-31 18:48:28 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:49:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -292,7 +292,7 @@ TextConversion_zh::getConversionWithOffset( const OUString& aText, sal_Int32 nSt } sal_Bool SAL_CALL -TextConversion_zh::interactiveConversion( const Locale& rLocale, sal_Int16 nTextConversionType, sal_Int32 nTextConversionOptions ) +TextConversion_zh::interactiveConversion( const Locale& /*rLocale*/, sal_Int16 /*nTextConversionType*/, sal_Int32 /*nTextConversionOptions*/ ) throw( RuntimeException, IllegalArgumentException, NoSupportException ) { return sal_False; |