diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 21:06:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:23 +0200 |
commit | 3462cf15682af4f2f9753e5f6601aa56c0cd319d (patch) | |
tree | d0c34d253f48dc6adc01472d3161bf5799d5f995 /unotools | |
parent | a81a07930554e5aee275b6cefb4d0a0676e62a62 (diff) |
WaE: -Wunused-variable
Change-Id: I52c7bcaeab874b007f90532d4609afe89d53a5df
Diffstat (limited to 'unotools')
-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; |