sw/source/core/inc/layfrm.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 308343c7389a4de726995709f6344f3da44ffe1b
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Oct 30 09:52:05 2019 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Oct 30 15:13:33 2019 +0100

    sw: document what is an SwLayoutFrame
    
    It confused me that we have an SwFrame::GetLower(), but that always
    returns nullptr for any non-layout frames.
    
    Change-Id: I6dd5ddbede852ed6c702a9216439aedf985353db
    Reviewed-on: https://gerrit.libreoffice.org/81736
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/sw/source/core/inc/layfrm.hxx b/sw/source/core/inc/layfrm.hxx
index f39c9ae513e9..f7d90f00d8f6 100644
--- a/sw/source/core/inc/layfrm.hxx
+++ b/sw/source/core/inc/layfrm.hxx
@@ -31,6 +31,7 @@ class SwBorderAttrs;
 class SwFormatFrameSize;
 class SwCellFrame;
 
+/// A layout frame is a frame that contains other frames (m_pLower), e.g. 
SwPageFrame or SwTabFrame.
 class SW_DLLPUBLIC SwLayoutFrame: public SwFrame
 {
     // The SwFrame in disguise
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to