summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx6
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))