summaryrefslogtreecommitdiff
path: root/sw/inc/hintids.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2023-03-28 00:39:39 +0200
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2023-04-01 20:02:38 +0200
commit383f70fa9ed0ec7acd6fbc4e921bb5b91fde4689 (patch)
treed321c9d5b55f787dcd59ab4db0466b23aebf8036 /sw/inc/hintids.hxx
parent6eb1d540a1e599aa4fe0a321eddb9cc22e0546d3 (diff)
RES_UPDATEDDETBL no more
- SwDDETable doesnt handle the hint anymore (it used to do a ChangeContent triggered by it) - SwDDEFieldType::UpdateDDE doesnt create the hint anymore -- it used to send it via UpdateTextNode, which would call SwTextNode::TriggerNodeUpdate for some types, but not for SwFieldIds::Dde - ... so the hint sent is never received by anyone who cares - SwDDEFieldType::UpdateDDE calls ChangeContent on all DDETables directly in UpdateDDE anyway, so the dead code is likely just obsolete. Change-Id: I85301ef89998508031833f35c4a2c93e7acb112e Change-Id: Iaef54e27869947fb7f57d1575e9e0f59f903befd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149656 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/hintids.hxx')
-rw-r--r--sw/inc/hintids.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx
index a8418566f5ec..5e84921ec832 100644
--- a/sw/inc/hintids.hxx
+++ b/sw/inc/hintids.hxx
@@ -433,7 +433,6 @@ constexpr TypedWhichId<SwFormatChg> RES_FMT_CHG(168);
constexpr TypedWhichId<SwAttrSetChg> RES_ATTRSET_CHG(169);
constexpr TypedWhichId<SwUpdateAttr> RES_UPDATE_ATTR(170);
constexpr TypedWhichId<SwPtrMsgPoolItem> RES_REFMARKFLD_UPDATE(171);
-constexpr TypedWhichId<SwMsgPoolItem> RES_UPDATEDDETBL(174);
constexpr TypedWhichId<SwMsgPoolItem> RES_TBLHEADLINECHG(175);
constexpr TypedWhichId<SwAutoFormatGetDocNode> RES_AUTOFMT_DOCNODE(176);
constexpr TypedWhichId<SwMsgPoolItem> RES_HIDDENPARA_PRINT(178);