sw/inc/fmtsrnd.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 1ab4e9eb63bfd07a30c0febe8df4bc34d90d33be Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Oct 2 20:01:18 2023 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Oct 3 08:17:25 2023 +0200 sw: improve documentation for SwFormatSurround Mention which item set is expected to contain this and where is the UI. Change-Id: I63ee57218eb7c4bc9be4430eb90d98bd43739b83 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157502 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/inc/fmtsrnd.hxx b/sw/inc/fmtsrnd.hxx index 77d2a3c9d16d..bb22af094214 100644 --- a/sw/inc/fmtsrnd.hxx +++ b/sw/inc/fmtsrnd.hxx @@ -27,7 +27,9 @@ class IntlWrapper; -// SwFormatSurround: How document content under the frame shall behave. +/// Defines the way you want text to wrap around an object. This pool item can appear in a frame +/// styles and in the item set of an sw::SpzFrameFormat. It's Format -> Image -> Properties -> Wrap +/// on the UI. class SW_DLLPUBLIC SwFormatSurround final : public SfxEnumItem<css::text::WrapTextMode> { bool m_bAnchorOnly :1;