summaryrefslogtreecommitdiffstats
path: root/reportdesign
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-25 11:38:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-02-25 21:13:49 +0100
commita5dbc997bff8f7fe61ddc848f48c880a6e67e448 (patch)
tree7518b1d7c918effdbc41749d031cde110a357ae3 /reportdesign
parentdrop WB_ROLLABLE (diff)
downloadcore-a5dbc997bff8f7fe61ddc848f48c880a6e67e448.tar.gz
core-a5dbc997bff8f7fe61ddc848f48c880a6e67e448.zip
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.cxx5
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();