summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-14 21:02:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 21:02:40 +0100
commitab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f (patch)
tree9a8a9a87526b4da881a364dd557ea9002e6a6b5b /comphelper
parentbcd594902c366443f0d17b7599267793ac6da204 (diff)
SAL_WARN_UNUSED com::sun::star::uno::Any
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/container/enumerablemap.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/source/container/enumerablemap.cxx b/comphelper/source/container/enumerablemap.cxx
index 87c863448c0f..b31427713cf1 100644
--- a/comphelper/source/container/enumerablemap.cxx
+++ b/comphelper/source/container/enumerablemap.cxx
@@ -417,7 +417,6 @@ namespace comphelper
const Pair< Any, Any >* mapping = _initialValues.getConstArray();
const Pair< Any, Any >* mappingEnd = mapping + _initialValues.getLength();
- Any normalizedValue;
for ( ; mapping != mappingEnd; ++mapping )
{
impl_checkValue_throw( mapping->Second );
@@ -454,7 +453,6 @@ namespace comphelper
else
{
Reference< XInterface > xValue( _value, UNO_QUERY );
- Any aTypedValue;
if ( xValue.is() )
// XInterface is not-NULL, but is X(ValueType) not-NULL, too?
xValue.set( xValue->queryInterface( m_aData.m_aValueType ), UNO_QUERY );