Kaydet (Commit) 48b51d2f authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: dbglevel=2

üst 60e5f3b7
...@@ -1256,10 +1256,6 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet ) ...@@ -1256,10 +1256,6 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet )
{ {
sal_Int16 nLang = aIt->first; sal_Int16 nLang = aIt->first;
const Sequence< OUString > aImplNames( aIt->second ); const Sequence< OUString > aImplNames( aIt->second );
#if OSL_DEBUG_LEVEL > 1
const OUString *pTmpStr;
pTmpStr = aImplNames.getConstArray();
#endif
uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() ); uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() );
Locale aLocale( SvxCreateLocale(nLang) ); Locale aLocale( SvxCreateLocale(nLang) );
if (xMgr.is()) if (xMgr.is())
...@@ -1272,10 +1268,6 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet ) ...@@ -1272,10 +1268,6 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet )
{ {
sal_Int16 nLang = aIt->first; sal_Int16 nLang = aIt->first;
const Sequence< OUString > aImplNames( aIt->second ); const Sequence< OUString > aImplNames( aIt->second );
#if OSL_DEBUG_LEVEL > 1
const OUString *pTmpStr;
pTmpStr = aImplNames.getConstArray();
#endif
uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() ); uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() );
Locale aLocale( SvxCreateLocale(nLang) ); Locale aLocale( SvxCreateLocale(nLang) );
if (xMgr.is()) if (xMgr.is())
...@@ -1288,10 +1280,6 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet ) ...@@ -1288,10 +1280,6 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet )
{ {
sal_Int16 nLang = aIt->first; sal_Int16 nLang = aIt->first;
const Sequence< OUString > aImplNames( aIt->second ); const Sequence< OUString > aImplNames( aIt->second );
#if OSL_DEBUG_LEVEL > 1
const OUString *pTmpStr;
pTmpStr = aImplNames.getConstArray();
#endif
uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() ); uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() );
Locale aLocale( SvxCreateLocale(nLang) ); Locale aLocale( SvxCreateLocale(nLang) );
if (xMgr.is()) if (xMgr.is())
...@@ -1304,10 +1292,6 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet ) ...@@ -1304,10 +1292,6 @@ sal_Bool SvxLinguTabPage::FillItemSet( SfxItemSet& rCoreSet )
{ {
sal_Int16 nLang = aIt->first; sal_Int16 nLang = aIt->first;
const Sequence< OUString > aImplNames( aIt->second ); const Sequence< OUString > aImplNames( aIt->second );
#if OSL_DEBUG_LEVEL > 1
const OUString *pTmpStr;
pTmpStr = aImplNames.getConstArray();
#endif
uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() ); uno::Reference< XLinguServiceManager > xMgr( pLinguData->GetManager() );
Locale aLocale( SvxCreateLocale(nLang) ); Locale aLocale( SvxCreateLocale(nLang) );
if (xMgr.is()) if (xMgr.is())
......
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