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

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 25 06:14:32 UTC 2020


 vcl/inc/bitmap/impoctree.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit caf72d1f20547a94e29c0943eb94fa52aec430a4
Author:     Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Tue Nov 24 19:13:28 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Nov 25 07:13:38 2020 +0100

    tdf#138326 impress template thumbnails are blurred
    
    regression from
        commit 548d77d0c06f7088dd3eb408797aa1fc1d7eb277
        Author: Noel <noelgrandin at gmail.com>
        Date:   Fri Nov 13 10:23:36 2020 +0200
        tools::Long->sal_uInt16 in ImpErrorQuad
    
    Change-Id: I29403afcb7d88dee27f1565793ffbd7ad4c53a17
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106545
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/vcl/inc/bitmap/impoctree.hxx b/vcl/inc/bitmap/impoctree.hxx
index 50083e38d6a0..7c464dbb9758 100644
--- a/vcl/inc/bitmap/impoctree.hxx
+++ b/vcl/inc/bitmap/impoctree.hxx
@@ -24,9 +24,9 @@
 
 class ImpErrorQuad
 {
-    sal_uInt16 nRed;
-    sal_uInt16 nGreen;
-    sal_uInt16 nBlue;
+    sal_uInt32 nRed;
+    sal_uInt32 nGreen;
+    sal_uInt32 nBlue;
 
 public:
     ImpErrorQuad()


More information about the Libreoffice-commits mailing list