chart52: #28670# make the legend within charts resizeable - part 9
This commit is contained in:
parent
a205833343
commit
0a7d5e540d
1 changed files with 2 additions and 1 deletions
|
@ -446,10 +446,11 @@ awt::Size lcl_placeLegendEntries(
|
|||
DrawModelWrapper::removeShape( aTextShapes[nEntry] );
|
||||
aTextShapes.pop_back();
|
||||
}
|
||||
if( nEntry < static_cast<sal_Int32>(rEntries.size()) )
|
||||
if( nEntry < nNumberOfEntries )
|
||||
{
|
||||
DrawModelWrapper::removeShape( rEntries[ nEntry ].aSymbol );
|
||||
rEntries.pop_back();
|
||||
nNumberOfEntries--;
|
||||
}
|
||||
}
|
||||
nSumHeight -= aRowHeights[nR];
|
||||
|
|
Loading…
Reference in a new issue