summaryrefslogtreecommitdiffstats
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-05 17:21:00 +0100
commite5d7d211ab668503f4691b4b30b36e66c3b31260 (patch)
treeb4bd45c4f2feb7ff27c918f4b0b5cc2d57266a58 /svtools
parentAdd comment about confusion in SwCommentRuler::CreateJsonNotification() (diff)
downloadcore-e5d7d211ab668503f4691b4b30b36e66c3b31260.tar.gz
core-e5d7d211ab668503f4691b4b30b36e66c3b31260.zip
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/84539 Tested-by: Jenkins Reviewed-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 0263deacac31..0d047cec5737 100644
--- a/svtools/source/control/ruler.cxx
+++ b/svtools/source/control/ruler.cxx
@@ -116,6 +116,7 @@ private:
long nNullOff;
long nMargin1;
long nMargin2;
+ // In this context, "frame margin" means paragraph margins (indents)
long nLeftFrameMargin;
long nRightFrameMargin;
RulerMarginStyle nMargin1Style;