From 3462cf15682af4f2f9753e5f6601aa56c0cd319d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 18 May 2014 21:06:40 +0200 Subject: WaE: -Wunused-variable Change-Id: I52c7bcaeab874b007f90532d4609afe89d53a5df --- unotools/source/config/configitem.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'unotools') 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 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; -- cgit