From 9ba86e80ec77c02e4b759a08264c035fba6f2b7c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 4 Oct 2019 18:21:17 +0200 Subject: Convert various RPTUI_ID_* to SfxUInt16Item Change-Id: I261c30c35d3967ece7078b8529a42e646c00a90f Reviewed-on: https://gerrit.libreoffice.org/80249 Tested-by: Jenkins Reviewed-by: Noel Grandin --- reportdesign/source/ui/report/ReportController.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'reportdesign/source') diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx index 1c7d05fd1f12..cf89c567fbd2 100644 --- a/reportdesign/source/ui/report/ReportController.cxx +++ b/reportdesign/source/ui/report/ReportController.cxx @@ -2363,9 +2363,9 @@ void OReportController::openPageDialog(const uno::Reference& _ new SvxULSpaceItem(RPTUI_ID_ULSPACE), new SvxPageItem(RPTUI_ID_PAGE), new SvxSizeItem(RPTUI_ID_SIZE), - new SfxAllEnumItem(RPTUI_ID_PAGE_MODE,SVX_PAGE_MODE_STANDARD), - new SfxAllEnumItem(RPTUI_ID_START,PAPER_A4), - new SfxAllEnumItem(RPTUI_ID_END,PAPER_E), + new SfxUInt16Item(RPTUI_ID_PAGE_MODE,SVX_PAGE_MODE_STANDARD), + new SfxUInt16Item(RPTUI_ID_START,PAPER_A4), + new SfxUInt16Item(RPTUI_ID_END,PAPER_E), new SvxBrushItem(RPTUI_ID_BRUSH), new XFillStyleItem, new XFillColorItem("", aNullFillCol), -- cgit