vcl/inc/quartz/CGHelpers.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 189b68c2bac78ae7f8f32bab45fad758871cc94f Author: Tor Lillqvist <[email protected]> AuthorDate: Mon Jan 4 17:56:27 2021 +0200 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon Jan 4 17:22:15 2021 +0100 Fix comment: Division, not multiplication Change-Id: I901721f18f5e536bcf7c59e08b0a0f66ccfc6190 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108672 Tested-by: Tor Lillqvist <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
