unused variables
This commit is contained in:
parent
a8e557705b
commit
1aa7b2f434
1 changed files with 1 additions and 2 deletions
|
@ -491,7 +491,6 @@ Reference< chart2::data::XDataSequence > InternalDataProvider::lcl_createDataSeq
|
|||
OUString aRangeRepresentation = rRangeRepresentation;
|
||||
if( aRangeRepresentation.indexOf('{') >= 0 )
|
||||
{
|
||||
sal_Int32 i, m, n;
|
||||
::std::vector< double > aNewData;
|
||||
::std::vector< OUString > aNewLabels;
|
||||
OUString aToken;
|
||||
|
@ -502,7 +501,7 @@ Reference< chart2::data::XDataSequence > InternalDataProvider::lcl_createDataSeq
|
|||
OUString str = aRangeRepresentation.replace('{',' ').replace('}',' ');
|
||||
|
||||
m_aInternalData.clearDefaultData();
|
||||
n = m_aInternalData.getColumnCount();
|
||||
sal_Int32 n = m_aInternalData.getColumnCount();
|
||||
if( n )
|
||||
n = n - 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue