diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-23 18:21:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-23 18:21:59 +0000 |
commit | e8e546907d1ba5adfd899726ca1e095e5c847779 (patch) | |
tree | ee1ad611b572bfbbc90bd6e7f81ecc27252faf43 /basic | |
parent | d76747f572d1532b225741751c38878cc3a9dceb (diff) |
WaE: unused variable
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbunoobj.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index 4cc8b0d3decf..c80bc992349f 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -620,7 +620,6 @@ static void implSequenceToMultiDimArray( SbxDimArray*& pArray, Sequence< sal_Int Type aType = aValue.getValueType(); TypeClass eTypeClass = aType.getTypeClass(); - sal_Int32 indicesIndex = indices.getLength() -1; sal_Int32 dimCopy = dimension; if ( eTypeClass == TypeClass_SEQUENCE ) @@ -645,7 +644,6 @@ static void implSequenceToMultiDimArray( SbxDimArray*& pArray, Sequence< sal_Int sizes.realloc( sizes.getLength() + 1 ); sizes[ sizes.getLength() - 1 ] = nLen; indices.realloc( indices.getLength() + 1 ); - indicesIndex = indices.getLength() - 1; } } |