summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-25 11:20:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-25 11:20:59 +0000
commit2a8b1b44b641465c636ab25cbc719cc1d1d83176 (patch)
treeec1f794ccd0ae7ccca7bf795a5aa90be49d262d3 /linguistic
parent28ac388c04234350b64129e75e05c9b6c0b86f1b (diff)
INTEGRATION: CWS tl32 (1.7.8); FILE MERGED
2006/10/26 11:26:01 tl 1.7.8.1: #140479# make linguistic warning-free
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/convdiclist.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/convdiclist.cxx b/linguistic/source/convdiclist.cxx
index 53702a75fe56..418191b852d0 100644
--- a/linguistic/source/convdiclist.cxx
+++ b/linguistic/source/convdiclist.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: convdiclist.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 03:52:19 $
+ * last change: $Author: vg $ $Date: 2007-05-25 12:20:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -620,7 +620,7 @@ uno::Sequence< OUString > SAL_CALL ConvDicList::queryConversions(
{
MutexGuard aGuard( GetLinguMutex() );
- INT16 nLang = LocaleToLanguage( rLocale );
+ /*INT16 nLang = LocaleToLanguage( rLocale );*/
INT32 nCount = 0;
uno::Sequence< OUString > aRes( 20 );
@@ -761,7 +761,7 @@ uno::Sequence< OUString > ConvDicList::getSupportedServiceNames_Static()
///////////////////////////////////////////////////////////////////////////
Reference< XInterface > SAL_CALL ConvDicList_CreateInstance(
- const Reference< XMultiServiceFactory > & rSMgr )
+ const Reference< XMultiServiceFactory > & /*rSMgr*/ )
throw(Exception)
{
return StaticConvDicList::get();