From 62eebc07e443fff02388539e26f583bc45c81ba3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 2 May 2015 12:02:16 +0100 Subject: drop useless debugging stuff Change-Id: Ia7f189de07370edc9330e8e79169bdb07a0000df --- linguistic/source/lngsvcmgr.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'linguistic') diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 527173245e46..81c2f5c67535 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) -- cgit v1.2.3