summaryrefslogtreecommitdiff
path: root/include/svl/hint.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2023-08-09 11:34:00 +0200
committerBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2023-09-01 00:05:28 +0200
commit140079362502408c75ceee67e86d779f61c0ac1b (patch)
tree192aac811efa24025ce2059c89a8141a059799d6 /include/svl/hint.hxx
parent345b214c37d1f645dd0e6e084358f8ca81d9ed66 (diff)
remove AUTOFMT_DOCNODE
- remove obsolete GetInfo()s - introduce SwFormat::IsUsed() - move handling from GetInfo to SwClientNotify - make sure SwAutoFormatUsedHint is forwarded to clients where needed (e.g. SwTextFormatColl, SwDDETable, SwPageDesc, ...) Change-Id: I07d9e94ee791ca6e738b4eb3e597055ad8fbe755 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155504 Tested-by: Jenkins Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
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 ba230f92b817..91533d4ffdbb 100644
--- a/include/svl/hint.hxx
+++ b/include/svl/hint.hxx
@@ -153,6 +153,7 @@ enum class SfxHintId {
SwDocPosUpdateAtIndex,
SwTableHeadingChange,
SwVirtPageNumHint,
+ SwAutoFormatUsedHint,
ThisIsAnSdrHint
};