diff options
author | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2011-02-17 17:46:11 +0100 |
---|---|---|
committer | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2011-02-17 17:46:11 +0100 |
commit | 0a642c8bcfc4955147ab45eab9fa227babd92140 (patch) | |
tree | ee17566eb155ea44d0a352937655c202152019aa /xmloff/source | |
parent | d536f34a8d7c0cf5360690a428d0a07143aac708 (diff) |
chart51: merge with DEV300_m100 - part 3
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/chart/SchXMLExport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 2f1c9adcfc74..d9b157757fd8 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -854,7 +854,7 @@ lcl_TableData lcl_getDataForLocalTable( // iterate over all sequences size_t nSeqIdx = 0; - Sequence< Sequence< OUString > > aComplexLabels; + Sequence< Sequence< OUString > > aComplexLabels(nNumSequences); for( ; aIt != aEnd; ++aIt, ++nSeqIdx ) { OUString aRange; |