diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:50:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:50:53 +0000 |
commit | 86d348ba9109f8d67027225337e8d04a4a15b4bd (patch) | |
tree | 1732827bfb36ff85c6e3862d4c2ec439b925c014 /i18npool/source | |
parent | 5b9f665951bd9184be88233523f7bbf1d64adda2 (diff) |
INTEGRATION: CWS warnings01 (1.6.14); FILE MERGED
2005/11/09 20:22:04 pl 1.6.14.1: #i53898# removed warnings
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/transliteration/transliteration_body.cxx | 8 | ||||
-rw-r--r-- | i18npool/source/transliteration/transliteration_commonclass.cxx | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/i18npool/source/transliteration/transliteration_body.cxx b/i18npool/source/transliteration/transliteration_body.cxx index 9ac5dd002df7..006296ff1a9f 100644 --- a/i18npool/source/transliteration/transliteration_body.cxx +++ b/i18npool/source/transliteration/transliteration_body.cxx @@ -4,9 +4,9 @@ * * $RCSfile: transliteration_body.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:36:06 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:50:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,8 +56,8 @@ sal_Int16 SAL_CALL Transliteration_body::getType() throw(RuntimeException) } sal_Bool SAL_CALL Transliteration_body::equals( - const OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, - const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) + const OUString& /*str1*/, sal_Int32 /*pos1*/, sal_Int32 /*nCount1*/, sal_Int32& /*nMatch1*/, + const OUString& /*str2*/, sal_Int32 /*pos2*/, sal_Int32 /*nCount2*/, sal_Int32& /*nMatch2*/) throw(RuntimeException) { throw RuntimeException(); diff --git a/i18npool/source/transliteration/transliteration_commonclass.cxx b/i18npool/source/transliteration/transliteration_commonclass.cxx index 8e16320a0587..47e69f10af79 100644 --- a/i18npool/source/transliteration/transliteration_commonclass.cxx +++ b/i18npool/source/transliteration/transliteration_commonclass.cxx @@ -4,9 +4,9 @@ * * $RCSfile: transliteration_commonclass.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:36:36 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:50:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ OUString SAL_CALL transliteration_commonclass::getName() throw(RuntimeException) return OUString::createFromAscii(transliterationName); } -void SAL_CALL transliteration_commonclass::loadModule( TransliterationModules modName, const Locale& rLocale ) +void SAL_CALL transliteration_commonclass::loadModule( TransliterationModules /*modName*/, const Locale& rLocale ) throw(RuntimeException) { aLocale = rLocale; @@ -62,7 +62,7 @@ void SAL_CALL transliteration_commonclass::loadModule( TransliterationModules mo void SAL_CALL -transliteration_commonclass::loadModuleNew( const Sequence < TransliterationModulesNew >& modName, const Locale& rLocale ) +transliteration_commonclass::loadModuleNew( const Sequence < TransliterationModulesNew >& /*modName*/, const Locale& /*rLocale*/ ) throw(RuntimeException) { throw RuntimeException(); @@ -70,21 +70,21 @@ transliteration_commonclass::loadModuleNew( const Sequence < TransliterationModu void SAL_CALL -transliteration_commonclass::loadModuleByImplName( const OUString& implName, const Locale& rLocale ) +transliteration_commonclass::loadModuleByImplName( const OUString& /*implName*/, const Locale& /*rLocale*/ ) throw(RuntimeException) { throw RuntimeException(); } void SAL_CALL -transliteration_commonclass::loadModulesByImplNames(const Sequence< OUString >& modNamelist, const Locale& rLocale) +transliteration_commonclass::loadModulesByImplNames(const Sequence< OUString >& /*modNamelist*/, const Locale& /*rLocale*/) throw(RuntimeException) { throw RuntimeException(); } Sequence< OUString > SAL_CALL -transliteration_commonclass::getAvailableModules( const Locale& rLocale, sal_Int16 sType ) +transliteration_commonclass::getAvailableModules( const Locale& /*rLocale*/, sal_Int16 /*sType*/ ) throw(RuntimeException) { throw RuntimeException(); |