summaryrefslogtreecommitdiff
path: root/vcl/inc/quartz
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2021-01-04 17:56:27 +0200
committerTor Lillqvist <tml@collabora.com>2021-01-04 17:22:15 +0100
commit189b68c2bac78ae7f8f32bab45fad758871cc94f (patch)
tree9dcd2f916b405413a9653f4b00df2e2ade9ff685 /vcl/inc/quartz
parentc34e8bd71384326184baac7dea31f7ddf9bae6bc (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.hxx2
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;