summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-12-03 18:44:45 +0200
committerTor Lillqvist <tml@collabora.com>2019-12-09 17:34:18 +0100
commit4ec7aab463b001195da6325d051659788a4230ec (patch)
tree01ee73d4e59afe7cb9d6da6fc026c41d2b950a2b /svtools
parent53244fa6f15ffaa0baeb7f1fe0a8efe610879877 (diff)
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@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ruler.cxx1
1 files changed, 1 insertions, 0 deletions
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;