diff options
-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), |