sw/inc/fmtornt.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 2486d99c6053af1414117faac2c0db18c0d344c4
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Oct 24 20:45:19 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Oct 25 08:21:07 2022 +0200

    sw: document SwFormatVertOrient
    
    Mostly because both orientation and relation are sal_Int16, so it's easy
    to get these wrong.
    
    Change-Id: I0647276822c1281382055ec7cf528efb70e6797a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141781
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/inc/fmtornt.hxx b/sw/inc/fmtornt.hxx
index 62cfa84992e3..0a993243cf7a 100644
--- a/sw/inc/fmtornt.hxx
+++ b/sw/inc/fmtornt.hxx
@@ -30,6 +30,9 @@
 
 class IntlWrapper;
 
+/// Defines the vertical position of a fly frame.
+///
+/// For example: from top (orientation), by 1cm (relative position), to the 
entire page (relation).
 class SW_DLLPUBLIC SwFormatVertOrient final : public SfxPoolItem
 {
     SwTwips         m_nYPos;  ///< Contains *always* the current RelPos.

Reply via email to