summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngread.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 12:55:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 12:55:36 +0000
commitf98287ab3a18921b25399b414c8f46025e042f0a (patch)
treee3092d46e59c03d28a59fc4829cb9a9e32fb35c7 /vcl/source/gdi/pngread.cxx
parent1cf7cdea19f409d568274a29169ee1af99bb7317 (diff)
INTEGRATION: CWS sj22 (1.8.122); FILE MERGED
2005/08/08 14:02:52 sj 1.8.122.2: RESYNC: (1.8-1.9); FILE MERGED 2005/06/30 08:50:13 sj 1.8.122.1: #i33226# fixed transparency color for RGB triple
Diffstat (limited to 'vcl/source/gdi/pngread.cxx')
-rw-r--r--vcl/source/gdi/pngread.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index 5c0420a5cc88..ec90dc4b0fe9 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pngread.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:09:18 $
+ * last change: $Author: hr $ $Date: 2005-09-23 13:55:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -643,6 +643,7 @@ void PNGReaderImpl::ImplReadTransparent()
mnTransRed = ImplScaleColor();
mnTransGreen = ImplScaleColor();
mnTransBlue = ImplScaleColor();
+ mbTransparent = sal_True;
}
}
break;