diff options
author | David Tardon <dtardon@redhat.com> | 2011-03-29 19:11:35 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-03-29 19:11:35 +0200 |
commit | b8ac6f677429bb3d7e907b37a3c373ebcedaa83c (patch) | |
tree | 60bdeb7182efd0f6a71208e5944198f1d8874c41 /editeng | |
parent | 137f5866a21fa9620ce4ec8729076b778748b52f (diff) |
WaE: unused variable
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index 0302c7c930dd..7ea5c23e0108 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" ); |