sw/inc/fmtfollowtextflow.hxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit d082621130b01ebc6c7794dc54ff7ace76468599 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Wed Aug 30 20:27:37 2023 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu Aug 31 08:16:02 2023 +0200
sw: document SwFormatFollowTextFlow Change-Id: I720f01bea49415c0b150fcea222074fb1cbe61cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156307 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/inc/fmtfollowtextflow.hxx b/sw/inc/fmtfollowtextflow.hxx index 60e02a4163f1..625f4658207b 100644 --- a/sw/inc/fmtfollowtextflow.hxx +++ b/sw/inc/fmtfollowtextflow.hxx @@ -26,6 +26,9 @@ class IntlWrapper; +/// This can appear in the item set of a fly frame. It's called "keep inside text boundaries" on the +/// UI. It's off by default and it keeps the fly frame within the boundaries of the upper (e.g. +/// table cell). class SW_DLLPUBLIC SwFormatFollowTextFlow final : public SfxBoolItem { public: