summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/configitem.cxx5
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;