Resolves: tdf#91672 Crash in base report - right click in page header section

Change-Id: Ie7f9abc16e07c9ef44916e0cebe67486f3583449
This commit is contained in:
Caolán McNamara 2015-06-08 15:19:58 +01:00
parent 335df40d28
commit 43cc6fa1fa

View File

@ -317,6 +317,7 @@ void OViewsWindow::removeSection(sal_uInt16 _nPosition)
m_pParent->getReportView()->UpdatePropertyBrowserDelayed((*aNew)->getReportSection().getSectionView());
aPos->disposeAndClear();;
m_aSections.erase(aPos);
Resize();
}