diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-04 16:10:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-05 08:50:46 +0200 |
commit | ac11e45bad895e9f7de0b38fe22b7f2acf8c8e4b (patch) | |
tree | d16f934544638622cc9f511ef64cc2dd2425b600 /reportdesign | |
parent | ec38966951f28a1e1d4c97f01a550c87f152cbc8 (diff) |
loplugin:checkunusedparams in svx(part4)
Change-Id: I032b49f4e1228ef275d7ff8d87ba969dcef687ab
Reviewed-on: https://gerrit.libreoffice.org/37248
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/report/ReportController.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx index 2957f39e73f7..2404ff61e236 100644 --- a/reportdesign/source/ui/report/ReportController.cxx +++ b/reportdesign/source/ui/report/ReportController.cxx @@ -2377,8 +2377,8 @@ void OReportController::openPageDialog(const uno::Reference<report::XSection>& _ new XFillStyleItem, new XFillColorItem("", aNullFillCol), new XFillGradientItem(aNullGrad), - new XFillHatchItem(pPool, aNullHatch), - new XFillBitmapItem(pPool, aNullGraphic), + new XFillHatchItem(aNullHatch), + new XFillBitmapItem(aNullGraphic), new XFillTransparenceItem, new XGradientStepCountItem, new XFillBmpTileItem, @@ -2391,7 +2391,7 @@ void OReportController::openPageDialog(const uno::Reference<report::XSection>& _ new XFillBmpStretchItem, new XFillBmpPosOffsetXItem, new XFillBmpPosOffsetYItem, - new XFillFloatTransparenceItem(pPool, aNullGrad, false), + new XFillFloatTransparenceItem(aNullGrad, false), new XSecondaryFillColorItem("", aNullFillCol), new XFillBackgroundItem, new SfxUInt16Item(RPTUI_ID_METRIC,static_cast<sal_uInt16>(eUserMetric)) |