summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-23 18:21:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-23 18:21:59 +0000
commitedd98054dc07c730ae23923f0430fd3d4e057626 (patch)
tree97ca8fe2857907eb8937e7e3551856d002613e9c /basic
parent69c82e9eb476425fdf1aead5a80238c8a8989666 (diff)
WaE: unused variable
Diffstat (limited to 'basic')
-rw-r--r--basic/source/classes/sbunoobj.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 4cc8b0d3de..c80bc99234 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;
}
}