[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - svtools/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 5 16:22:26 UTC 2019


 svtools/source/control/ruler.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9cdb1b3206bde778d330217bc892a290bf3458cb
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Dec 3 18:44:45 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Dec 5 17:21:20 2019 +0100

    Add a comment telling what "frame margin" means here
    
    Change-Id: Ie6d088217c066ec3091fb28925947175cf62634f
    (cherry picked from commit 21b68c4cd7ce108cf334607ced0b20e7b5914c20)
    (cherry picked from commit 51794501045a6f8b0f6f1c04b6aee2e28647b4ea)
    Reviewed-on: https://gerrit.libreoffice.org/84531
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx
index 05b58774cdac..d123e7e00ece 100644
--- a/svtools/source/control/ruler.cxx
+++ b/svtools/source/control/ruler.cxx
@@ -113,6 +113,7 @@ private:
     long       nNullOff;
     long       nMargin1;
     long       nMargin2;
+    // In this context, "frame margin" means paragraph margins (indents)
     long       nLeftFrameMargin;
     long       nRightFrameMargin;
     RulerMarginStyle nMargin1Style;


More information about the Libreoffice-commits mailing list