diff options
-rw-r--r-- | unotools/source/config/configitem.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unotools/source/config/configitem.cxx b/unotools/source/config/configitem.cxx index 931a9a189eca..1adbb527c3a9 100644 --- a/unotools/source/config/configitem.cxx +++ b/unotools/source/config/configitem.cxx @@ -241,11 +241,6 @@ void ConfigItem::impl_packLocalizedProperties( const Sequence< OUString >& for( nPropertyCounter=0; nPropertyCounter<nPropertiesSize; ++nPropertyCounter ) { - #if OSL_DEBUG_LEVEL > 1 - // Sometimes it's better to see what's going on :-) - OUString sPropName = lInNames[nSourceCounter]; - OUString sLocaleName = lPropertyNames[nPropertyCounter]; - #endif lProperties[nPropertyCounter].Name = lPropertyNames[nPropertyCounter]; OUString sLocaleValue; xSetAccess->getByName( lPropertyNames[nPropertyCounter] ) >>= sLocaleValue; |