diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:24:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-25 11:24:12 +0000 |
commit | b2aa1bdd2f5f616a4cef9582a355f2bf2f5a1557 (patch) | |
tree | c7df6a774c7aa6cafddc5206d204a94910d6d558 /linguistic | |
parent | 8ad110686c733cfbd4c89c3f54bf13264da74d05 (diff) |
INTEGRATION: CWS tl32 (1.25.8); FILE MERGED
2007/01/29 14:45:46 tl 1.25.8.5: RESYNC: (1.25-1.26); FILE MERGED
2006/12/20 12:06:22 tl 1.25.8.4: #140479# warning-free code
2006/12/20 12:03:54 tl 1.25.8.3: #140479# warning-free code
2006/11/02 15:42:25 tl 1.25.8.2: #140479# warning-free code for unxsols4(.pro)
2006/10/26 11:26:02 tl 1.25.8.1: #140479# make linguistic warning-free
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index a92e58a1ef57..5d7575eb2663 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: lngsvcmgr.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: hr $ $Date: 2007-01-02 15:04:27 $ + * last change: $Author: vg $ $Date: 2007-05-25 12:24:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -94,7 +94,7 @@ using namespace com::sun::star::linguistic2; using namespace linguistic; -SV_DECL_VARARR_SORT( SortedINT16Array, INT16, 32, 32); +SV_DECL_VARARR_SORT( SortedINT16Array, INT16, 32, 32) SV_IMPL_VARARR_SORT( SortedINT16Array, INT16 ); // forward declarations @@ -214,7 +214,7 @@ BOOL SvcInfo::HasLanguage( INT16 nLanguage ) const typedef SvcInfo * PTR_SVCINFO; -SV_DECL_PTRARR_DEL( SvcInfoArray, PTR_SVCINFO, 16, 16 ); +SV_DECL_PTRARR_DEL( SvcInfoArray, PTR_SVCINFO, 16, 16 ) SV_IMPL_PTRARR( SvcInfoArray, PTR_SVCINFO * ); @@ -1044,8 +1044,8 @@ void LngSvcMgr::SetCfgServiceLists( SpellCheckerDispatcher &rSpellDsp ) if (pValues[i] >>= aSvcImplNames) { #if OSL_DEBUG_LEVEL > 1 - INT32 nSvcs = aSvcImplNames.getLength(); - const OUString *pSvcImplNames = aSvcImplNames.getConstArray(); +// INT32 nSvcs = aSvcImplNames.getLength(); +// const OUString *pSvcImplNames = aSvcImplNames.getConstArray(); #endif String aLocaleStr( pNames[i] ); xub_StrLen nSeperatorPos = aLocaleStr.SearchBackward( sal_Unicode( '/' ) ); @@ -1093,8 +1093,8 @@ void LngSvcMgr::SetCfgServiceLists( HyphenatorDispatcher &rHyphDsp ) aSvcImplNames.realloc(1); #if OSL_DEBUG_LEVEL > 1 - INT32 nSvcs = aSvcImplNames.getLength(); - const OUString *pSvcImplNames = aSvcImplNames.getConstArray(); +// INT32 nSvcs = aSvcImplNames.getLength(); +// const OUString *pSvcImplNames = aSvcImplNames.getConstArray(); #endif String aLocaleStr( pNames[i] ); xub_StrLen nSeperatorPos = aLocaleStr.SearchBackward( sal_Unicode( '/' ) ); @@ -1138,8 +1138,8 @@ void LngSvcMgr::SetCfgServiceLists( ThesaurusDispatcher &rThesDsp ) if (pValues[i] >>= aSvcImplNames) { #if OSL_DEBUG_LEVEL > 1 - INT32 nSvcs = aSvcImplNames.getLength(); - const OUString *pSvcImplNames = aSvcImplNames.getConstArray(); +// INT32 nSvcs = aSvcImplNames.getLength(); +// const OUString *pSvcImplNames = aSvcImplNames.getConstArray(); #endif String aLocaleStr( pNames[i] ); xub_StrLen nSeperatorPos = aLocaleStr.SearchBackward( sal_Unicode( '/' ) ); @@ -1394,7 +1394,7 @@ void SAL_CALL MutexGuard aGuard( GetLinguMutex() ); #if OSL_DEBUG_LEVEL > 1 - const OUString *pImplNames = rServiceImplNames.getConstArray(); +// const OUString *pImplNames = rServiceImplNames.getConstArray(); #endif INT16 nLanguage = LocaleToLanguage( rLocale ); @@ -1667,7 +1667,7 @@ Sequence< OUString > SAL_CALL } #if OSL_DEBUG_LEVEL > 1 - const OUString *pImplNames = aSvcImplNames.getConstArray(); +// const OUString *pImplNames = aSvcImplNames.getConstArray(); #endif return aSvcImplNames; } @@ -1801,7 +1801,7 @@ uno::Sequence< OUString > LngSvcMgr::getSupportedServiceNames_Static() Reference< XInterface > SAL_CALL LngSvcMgr_CreateInstance( - const Reference< XMultiServiceFactory > & rSMgr ) + const Reference< XMultiServiceFactory > & /*rSMgr*/ ) throw(Exception) { Reference< XInterface > xService = (cppu::OWeakObject*) new LngSvcMgr; |