[Libreoffice-commits] core.git: sw/source

Michael Stahl (via logerrit) logerrit at kemper.freedesktop.org
Wed Jul 3 08:55:36 UTC 2019


 sw/source/core/inc/pagefrm.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 4e14253640faa8f3daada78b9462e6cfcd26b072
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Tue Jul 2 18:31:29 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Wed Jul 3 10:54:29 2019 +0200

    sw: document what "physical" means
    
    Change-Id: Ia2e626668a5d45187a0531a8b2743533b28ec33e
    Reviewed-on: https://gerrit.libreoffice.org/75008
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/sw/source/core/inc/pagefrm.hxx b/sw/source/core/inc/pagefrm.hxx
index 39fdce0d7cc6..cde37465f8c0 100644
--- a/sw/source/core/inc/pagefrm.hxx
+++ b/sw/source/core/inc/pagefrm.hxx
@@ -45,7 +45,8 @@ class SAL_DLLPUBLIC_RTTI SwPageFrame: public SwFootnoteBossFrame
 
     SwPageDesc *m_pDesc; //PageDesc that describes the Page
 
-    sal_uInt16  m_nPhyPageNum; // Physical page number
+    /// Physical page number: index into list of SwRootFrame lowers
+    sal_uInt16  m_nPhyPageNum;
 
     bool m_bInvalidContent      :1;
     bool m_bInvalidLayout       :1;


More information about the Libreoffice-commits mailing list