From 383f70fa9ed0ec7acd6fbc4e921bb5b91fde4689 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 28 Mar 2023 00:39:39 +0200 Subject: 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 --- sw/inc/hintids.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sw/inc/hintids.hxx') 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 RES_FMT_CHG(168); constexpr TypedWhichId RES_ATTRSET_CHG(169); constexpr TypedWhichId RES_UPDATE_ATTR(170); constexpr TypedWhichId RES_REFMARKFLD_UPDATE(171); -constexpr TypedWhichId RES_UPDATEDDETBL(174); constexpr TypedWhichId RES_TBLHEADLINECHG(175); constexpr TypedWhichId RES_AUTOFMT_DOCNODE(176); constexpr TypedWhichId RES_HIDDENPARA_PRINT(178); -- cgit