diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-25 11:38:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-25 21:13:49 +0100 |
commit | a5dbc997bff8f7fe61ddc848f48c880a6e67e448 (patch) | |
tree | 7518b1d7c918effdbc41749d031cde110a357ae3 /reportdesign | |
parent | f1512bb979245a22f07b7e34bd923d7ca6b52ac7 (diff) |
drop archaic rollable support
Change-Id: I69f94cd8013a31f8f6bcf62d703b99f659a1ebb4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111555
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/report/propbrw.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/reportdesign/source/ui/report/propbrw.cxx b/reportdesign/source/ui/report/propbrw.cxx index abe634fc223a..afdbe742705a 100644 --- a/reportdesign/source/ui/report/propbrw.cxx +++ b/reportdesign/source/ui/report/propbrw.cxx @@ -240,7 +240,6 @@ OUString PropBrw::getCurrentPage() const return sCurrentPage; } - bool PropBrw::Close() { m_xLastSection.clear(); @@ -260,15 +259,11 @@ bool PropBrw::Close() } implDetachController(); - if( IsRollUp() ) - RollDown(); - m_pDesignView->getController().executeUnChecked(SID_PROPERTYBROWSER_LAST_PAGE,uno::Sequence< beans::PropertyValue>()); return true; } - uno::Sequence< Reference<uno::XInterface> > PropBrw::CreateCompPropSet(const SdrMarkList& _rMarkList) { const size_t nMarkCount = _rMarkList.GetMarkCount(); |