sw/source/core/bastyp/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3e93e4ac7cdf135b5c331bba7feb4b884ba7441c Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Fri Jul 19 20:48:19 2024 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sat Jul 20 15:44:24 2024 +0200 RES_PAGEDESC does not need to be a surrogate pool item anymore Change-Id: Iba1ed6c0791196708b18fefeb2839601bd3df61e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170782 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/sw/source/core/bastyp/init.cxx b/sw/source/core/bastyp/init.cxx index 246e5ec48447..2ec1f2266aa2 100644 --- a/sw/source/core/bastyp/init.cxx +++ b/sw/source/core/bastyp/init.cxx @@ -395,7 +395,7 @@ ItemInfoPackage& getItemInfoPackageSwAttributes() { RES_MARGIN_GUTTER_RIGHT, new SvxGutterRightMarginItem(RES_MARGIN_GUTTER_RIGHT), 0, SFX_ITEMINFOFLAG_NONE }, { RES_LR_SPACE, new SvxLRSpaceItem( RES_LR_SPACE ), SID_ATTR_LRSPACE, SFX_ITEMINFOFLAG_NONE }, { RES_UL_SPACE, new SvxULSpaceItem( RES_UL_SPACE ), SID_ATTR_ULSPACE, SFX_ITEMINFOFLAG_NONE }, - { RES_PAGEDESC, new SwFormatPageDesc, 0, SFX_ITEMINFOFLAG_SUPPORT_SURROGATE }, + { RES_PAGEDESC, new SwFormatPageDesc, 0, SFX_ITEMINFOFLAG_NONE }, { RES_BREAK, new SvxFormatBreakItem( SvxBreak::NONE, RES_BREAK), SID_ATTR_PARA_PAGEBREAK, SFX_ITEMINFOFLAG_NONE }, { RES_CNTNT, new SwFormatContent, 0, SFX_ITEMINFOFLAG_NONE }, { RES_HEADER, new SwFormatHeader, 0, SFX_ITEMINFOFLAG_NONE },