Kaydet (Commit) 3462cf15 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

WaE: -Wunused-variable

Change-Id: I52c7bcaeab874b007f90532d4609afe89d53a5df
üst a81a0793
......@@ -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;
......
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