diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-03-24 08:40:30 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-03-24 08:40:30 +0100 |
commit | 75fea4e3990114671a332a3bf216e06ef79199df (patch) | |
tree | 9fee292ed8e7e33484a925e9d9e53377399e4a36 /reportdesign/source | |
parent | 4de1caf7b1695196257db2ff52343daf466ac0eb (diff) |
dba34d: #i117521#
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/ui/report/ViewsWindow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/reportdesign/source/ui/report/ViewsWindow.cxx b/reportdesign/source/ui/report/ViewsWindow.cxx index 746db4bd0..4e8acc367 100644 --- a/reportdesign/source/ui/report/ViewsWindow.cxx +++ b/reportdesign/source/ui/report/ViewsWindow.cxx @@ -317,6 +317,7 @@ void OViewsWindow::addSection(const uno::Reference< report::XSection >& _xSectio ::boost::shared_ptr<OSectionWindow> pSectionWindow( new OSectionWindow(this,_xSection,_sColorEntry) ); m_aSections.insert(getIteratorAtPos(_nPosition) , TSectionsMap::value_type(pSectionWindow)); m_pParent->setMarked(&pSectionWindow->getReportSection().getSectionView(),m_aSections.size() == 1); + Resize(); } //---------------------------------------------------------------------------- void OViewsWindow::removeSection(sal_uInt16 _nPosition) |