summaryrefslogtreecommitdiff
path: root/i18npool/source/breakiterator/breakiterator_ctl.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:41:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:41:44 +0000
commitd828d15088dfc9aa14e087947054d5b040bee571 (patch)
treef0d90df946c222fd6abe410b92fb2520f912fb4a /i18npool/source/breakiterator/breakiterator_ctl.cxx
parentb8f11fcac7807cfc01c6b869a1d9ede99a8820ff (diff)
INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED
2006/01/25 22:03:17 sb 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED 2005/11/09 20:21:53 pl 1.9.14.1: #i53898# removed warnings
Diffstat (limited to 'i18npool/source/breakiterator/breakiterator_ctl.cxx')
-rw-r--r--i18npool/source/breakiterator/breakiterator_ctl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/breakiterator/breakiterator_ctl.cxx b/i18npool/source/breakiterator/breakiterator_ctl.cxx
index 2c53fc20898e..03a1a3919a24 100644
--- a/i18npool/source/breakiterator/breakiterator_ctl.cxx
+++ b/i18npool/source/breakiterator/breakiterator_ctl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: breakiterator_ctl.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2005-11-16 10:18:11 $
+ * last change: $Author: hr $ $Date: 2006-06-20 04:41:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -122,7 +122,7 @@ sal_Int32 SAL_CALL BreakIterator_CTL::nextCharacters(const OUString& Text,
}
// This method should be overwritten by derived language specific class.
-void SAL_CALL BreakIterator_CTL::makeIndex(const OUString& text, sal_Int32 pos)
+void SAL_CALL BreakIterator_CTL::makeIndex(const OUString& /*text*/, sal_Int32 /*pos*/)
throw(RuntimeException)
{
throw RuntimeException();