summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-03-29 19:11:35 +0200
committerDavid Tardon <dtardon@redhat.com>2011-03-29 19:11:35 +0200
commite0f02dee0aa8c011a27ad7127efbc88631952769 (patch)
treeff31bab59327bab8cd893afb8405718e71bfdd26
parent9d26ce19c5910a945a525829be0d7f0728294315 (diff)
WaE: unused variable
-rw-r--r--editeng/source/misc/unolingu.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx
index 5b5abd6664..5e298c7834 100644
--- a/editeng/source/misc/unolingu.cxx
+++ b/editeng/source/misc/unolingu.cxx
@@ -149,10 +149,6 @@ Sequence< OUString > lcl_GetLastFoundSvcs(
rNodeName += OUString::valueOf( (sal_Unicode)'/' );
rNodeName += aCfgLocaleStr;
Sequence< Any > aValues( rCfg.GetProperties( aNames ) );
-#if OSL_DEBUG_LEVEL > 1
- const Any *pValue;
- pValue = aValues.getConstArray();
-#endif
if (aValues.getLength())
{
DBG_ASSERT( aValues.getLength() == 1, "unexpected length of sequence" );