diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-12-03 18:44:45 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-12-05 11:23:22 +0200 |
commit | 51794501045a6f8b0f6f1c04b6aee2e28647b4ea (patch) | |
tree | f30d3aa5cd054004f8194c8313fad3742b8709d2 /svtools | |
parent | 34dd3c0e4ed33f92d5b2873e498b2e4bb168bea5 (diff) |
Add a comment telling what "frame margin" means here
Change-Id: Ie6d088217c066ec3091fb28925947175cf62634f
(cherry picked from commit 21b68c4cd7ce108cf334607ced0b20e7b5914c20)
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/ruler.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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; |