summaryrefslogtreecommitdiff
path: root/i18npool/source/transliteration/transliteration_OneToOne.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:50:30 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:50:30 +0000
commit5b9f665951bd9184be88233523f7bbf1d64adda2 (patch)
tree45694835c58b09f6b510bf25a5043c03c7ed9ccc /i18npool/source/transliteration/transliteration_OneToOne.cxx
parent6854c710c2f7d502356498d7472b6c5c19b2f328 (diff)
INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED
2005/11/09 20:22:04 pl 1.9.14.1: #i53898# removed warnings
Diffstat (limited to 'i18npool/source/transliteration/transliteration_OneToOne.cxx')
-rw-r--r--i18npool/source/transliteration/transliteration_OneToOne.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/i18npool/source/transliteration/transliteration_OneToOne.cxx b/i18npool/source/transliteration/transliteration_OneToOne.cxx
index 6cba070eadaa..b4456820c6db 100644
--- a/i18npool/source/transliteration/transliteration_OneToOne.cxx
+++ b/i18npool/source/transliteration/transliteration_OneToOne.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: transliteration_OneToOne.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:35:51 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:50:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -50,22 +50,22 @@ sal_Int16 SAL_CALL transliteration_OneToOne::getType() throw(RuntimeException)
}
OUString SAL_CALL
-transliteration_OneToOne::folding( const OUString& inStr, sal_Int32 startPos,
- sal_Int32 nCount, Sequence< sal_Int32 >& offset) throw(RuntimeException)
+transliteration_OneToOne::folding( const OUString& /*inStr*/, sal_Int32 /*startPos*/,
+ sal_Int32 /*nCount*/, Sequence< sal_Int32 >& /*offset*/) throw(RuntimeException)
{
throw RuntimeException();
}
sal_Bool SAL_CALL
-transliteration_OneToOne::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 )
+transliteration_OneToOne::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*/ )
throw(RuntimeException)
{
throw RuntimeException();
}
Sequence< OUString > SAL_CALL
-transliteration_OneToOne::transliterateRange( const OUString& str1, const OUString& str2 )
+transliteration_OneToOne::transliterateRange( const OUString& /*str1*/, const OUString& /*str2*/ )
throw(RuntimeException)
{
throw RuntimeException();