diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-19 20:48:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-20 15:44:24 +0200 |
commit | 3e93e4ac7cdf135b5c331bba7feb4b884ba7441c (patch) | |
tree | 51879024a9ddbda2525f2585b0d74294fea0859d /sw/source | |
parent | 7297b0788f8f20ba6ab0973f944a4d522d666108 (diff) |
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.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/bastyp/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |