summaryrefslogtreecommitdiffstats
path: root/reportdesign
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-20 16:26:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-20 22:08:03 +0200
commit71b85d982269af1ec4616d6738cdadf5ea750f99 (patch)
treedd34052c4cca62860b6271cd18de5736ae82ac99 /reportdesign
parentweld SvxDistributePage (diff)
downloadcore-71b85d982269af1ec4616d6738cdadf5ea750f99.tar.gz
core-71b85d982269af1ec4616d6738cdadf5ea750f99.zip
weld SvxDistributeDialog
Change-Id: I15ee19d825800fc99150292e04dbe4ff239589ba Reviewed-on: https://gerrit.libreoffice.org/60829 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index 0a652766b5b1..411b8eb034b8 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -1039,7 +1039,7 @@ void OReportController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >
{
OSectionView* pSectionView = getCurrentSectionView();
if ( pSectionView )
- pSectionView->DistributeMarkedObjects();
+ pSectionView->DistributeMarkedObjects(getFrameWeld());
}
break;
case SID_OBJECT_SMALLESTWIDTH: