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

New commits:
commit 09582f3856cd9870eeb52c57ba61864c5b1e0259
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Tue Nov 24 19:13:28 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Nov 25 15:00:32 2020 +0100

    tdf#138326 impress template thumbnails are blurred
    
    regression from
        commit 548d77d0c06f7088dd3eb408797aa1fc1d7eb277
        Author: Noel <noelgran...@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.gran...@collabora.co.uk>
    (cherry picked from commit caf72d1f20547a94e29c0943eb94fa52aec430a4)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106524

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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to