diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2019-10-04 18:21:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-05 09:10:41 +0200 |
commit | 9ba86e80ec77c02e4b759a08264c035fba6f2b7c (patch) | |
tree | 221cb68fef0a657859041fd7f828f166bc0b7706 /reportdesign | |
parent | faec1a870e671e79d1cdc532a509c345e3731c16 (diff) |
Convert various RPTUI_ID_* to SfxUInt16Item
Change-Id: I261c30c35d3967ece7078b8529a42e646c00a90f
Reviewed-on: https://gerrit.libreoffice.org/80249
Tested-by: Jenkins
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 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<report::XSection>& _ 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), |