summaryrefslogtreecommitdiff
path: root/include/svl/hint.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2023-04-01 23:25:57 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2023-04-04 11:27:22 +0200
commit116a646a9f36ff07393186d5a001628023c6ded6 (patch)
tree211f8cf096b19045238209179c28a239fe9afabd /include/svl/hint.hxx
parentbd5efa2899a3db51c2b6d525d7e518a7a3fbf912 (diff)
RES_TBLHEADINGCHG no more ...
- replaced LegacyModifyHint by a proper SfxHint - Refactor SwTabFrame for table heading change: * split out Invalidate(SwTabFrameInvFlags) * split out HandleTableHeadlineChange() Change-Id: I374db7a3b16a3062d6ad54c32527ec1056cbc00b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149929 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'include/svl/hint.hxx')
-rw-r--r--include/svl/hint.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/hint.hxx b/include/svl/hint.hxx
index f06f4c6449e9..5967d834ceeb 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -151,6 +151,7 @@ enum class SfxHintId {
SwDescriptionChanged,
SwDocPosUpdate,
SwDocPosUpdateAtIndex,
+ SwTableHeadingChange,
ThisIsAnSdrHint
};