diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2024-12-22 15:23:06 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2024-12-24 17:18:00 +0100 |
commit | 7b5fc53e1378ab26c3d8cf6402351737ffd7b144 (patch) | |
tree | fb4275f849a3684dd177ce1e61587081ae9dd2ae /sw/inc/hintids.hxx | |
parent | bb04dcc6050069bd22c2276fec860672bb5aff5e (diff) |
move HiddenParaPrint to SfxHint
Change-Id: I94ab48328de791bb9e879b489cc9cb4e140b97de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179170
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/hintids.hxx')
-rw-r--r-- | sw/inc/hintids.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index dd231fa41392..042a403553e4 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -431,7 +431,6 @@ inline constexpr TypedWhichId<SwPtrMsgPoolItem> RES_OBJECTDYING(RES_FORMAT_MSG_B inline constexpr TypedWhichId<SwFormatChg> RES_FMT_CHG(168); inline constexpr TypedWhichId<SwAttrSetChg> RES_ATTRSET_CHG(169); inline constexpr TypedWhichId<SwUpdateAttr> RES_UPDATE_ATTR(170); -inline constexpr TypedWhichId<SwMsgPoolItem> RES_HIDDENPARA_PRINT(178); // empty inline constexpr sal_uInt16 RES_FORMAT_MSG_END(190); |