diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-02 12:02:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-02 12:02:57 +0100 |
commit | 62eebc07e443fff02388539e26f583bc45c81ba3 (patch) | |
tree | 35a73e1743aaac9c2a9de1acee2d28750d1bc78e /linguistic | |
parent | d97b64693f974105ee25e242dfa37a73d83ae31b (diff) |
drop useless debugging stuff
Change-Id: Ia7f189de07370edc9330e8e79169bdb07a0000df
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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) |