diff options
author | Tor Lillqvist <tml@iki.fi> | 2021-01-04 17:56:27 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2021-01-04 17:22:15 +0100 |
commit | 189b68c2bac78ae7f8f32bab45fad758871cc94f (patch) | |
tree | 9dcd2f916b405413a9653f4b00df2e2ade9ff685 /vcl/inc/quartz | |
parent | c34e8bd71384326184baac7dea31f7ddf9bae6bc (diff) |
Fix comment: Division, not multiplication
Change-Id: I901721f18f5e536bcf7c59e08b0a0f66ccfc6190
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108672
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'vcl/inc/quartz')
-rw-r--r-- | vcl/inc/quartz/CGHelpers.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/quartz/CGHelpers.hxx b/vcl/inc/quartz/CGHelpers.hxx index cbd9a5e785f4..6fb441c603b7 100644 --- a/vcl/inc/quartz/CGHelpers.hxx +++ b/vcl/inc/quartz/CGHelpers.hxx @@ -49,7 +49,7 @@ public: return aSize; } - // Size in points is size in pixels multiplied by the scaling factor + // Size in points is size in pixels divided by the scaling factor CGSize getSizePoints() const { CGSize aSize; |