Kaydet (Commit) 5e8628e4 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

make this variable const

there are some lifetime problems related to SchXMLCell and therefore
this helps to limit the scope of possible problems
üst 2670516f
......@@ -124,7 +124,7 @@ void lcl_fillRangeMapping(
const size_t nTableColCount( rRow.size());
for( size_t nCol = 0; nCol < nTableColCount; ++nCol )
{
OUString aRangeId( rRow[nCol].aRangeId );
const OUString aRangeId( rRow[nCol].aRangeId );
if( !aRangeId.isEmpty())
{
if( eDataRowSource == chart::ChartDataRowSource_COLUMNS )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment