[Libreoffice-commits] core.git: vcl/inc

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Jan 4 16:22:54 UTC 2021


 vcl/inc/quartz/CGHelpers.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 189b68c2bac78ae7f8f32bab45fad758871cc94f
Author:     Tor Lillqvist <tml at iki.fi>
AuthorDate: Mon Jan 4 17:56:27 2021 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
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 <tml at collabora.com>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

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;


More information about the Libreoffice-commits mailing list