summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2020-11-24 19:13:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-25 07:13:38 +0100
commitcaf72d1f20547a94e29c0943eb94fa52aec430a4 (patch)
tree33604cf8922ff34a78583d263bd40cb113a6326c
parentc8a2550b6a014c05cd4d0ad6a72122f79ce301af (diff)
tdf#138326 impress template thumbnails are blurred
regression from commit 548d77d0c06f7088dd3eb408797aa1fc1d7eb277 Author: Noel <noelgrandin@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@collabora.co.uk>
-rw-r--r--vcl/inc/bitmap/impoctree.hxx6
1 files changed, 3 insertions, 3 deletions
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()