diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-08-30 20:27:37 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-08-31 08:16:02 +0200 |
commit | d082621130b01ebc6c7794dc54ff7ace76468599 (patch) | |
tree | 8e3d1d7a30e4d39776fc5d0f4435462af1493aae /sw | |
parent | 695ae365dcab7c7dd59b39411299c5c200081885 (diff) |
sw: document SwFormatFollowTextFlow
Change-Id: I720f01bea49415c0b150fcea222074fb1cbe61cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156307
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/fmtfollowtextflow.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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: |