[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - svtools/source

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 9 16:35:08 UTC 2019


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

New commits:
commit 4ec7aab463b001195da6325d051659788a4230ec
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Dec 3 18:44:45 2019 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Dec 9 17:34:18 2019 +0100

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

diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx
index fefc971c1077..08ed80387231 100644
--- a/svtools/source/control/ruler.cxx
+++ b/svtools/source/control/ruler.cxx
@@ -111,6 +111,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