Kaydet (Commit) 62eebc07 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop useless debugging stuff

Change-Id: Ia7f189de07370edc9330e8e79169bdb07a0000df
üst d97b6469
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment