[Libreoffice-commits] core.git: linguistic/source
Caolán McNamara
caolanm at redhat.com
Sat May 2 04:03:25 PDT 2015
linguistic/source/lngsvcmgr.cxx | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit 62eebc07e443fff02388539e26f583bc45c81ba3
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat May 2 12:02:16 2015 +0100
drop useless debugging stuff
Change-Id: Ia7f189de07370edc9330e8e79169bdb07a0000df
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index 5271732..81c2f5c 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -1824,14 +1824,6 @@ bool LngSvcMgr::SaveCfgSvcs( const OUString &rServiceName )
uno::Sequence< OUString > aSvcImplNames;
aSvcImplNames = pDsp->GetServiceList( pLocale[i] );
-#if OSL_DEBUG_LEVEL > 1
- sal_Int32 nSvcs = aSvcImplNames.getLength();
- const OUString *pSvcImplName = aSvcImplNames.getConstArray();
- for (sal_Int32 j = 0; j < nSvcs; ++j)
- {
- OUString aImplName( pSvcImplName[j] );
- }
-#endif
// build value to be written back to configuration
uno::Any aCfgAny;
if ((pDsp == pHyphDsp || pDsp == pGrammarDsp) && aSvcImplNames.getLength() > 1)
More information about the Libreoffice-commits
mailing list