[Libreoffice-commits] core.git: vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 27 23:06:55 UTC 2018
vcl/source/gdi/pngread.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b993e3f541ac358791e20f7f29dfcf4aba0f2dd9
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Dec 28 01:06:22 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Dec 28 01:06:22 2018 +0200
WaE: -Werror,-Wreorder
Change-Id: Ida0d80829f3055d3ed4f6c0e6cde34fb7a61cfec
diff --git a/vcl/source/gdi/pngread.cxx b/vcl/source/gdi/pngread.cxx
index 2436c1cd3c57..78195d5e7c46 100644
--- a/vcl/source/gdi/pngread.cxx
+++ b/vcl/source/gdi/pngread.cxx
@@ -204,8 +204,8 @@ PNGReaderImpl::PNGReaderImpl( SvStream& rPNGStream )
mnCompressionType( 0 ),
mnFilterType ( 0 ),
mnInterlaceType ( 0 ),
- mcOpaqueColor ( BitmapColor( 0x00 )),
mcTranspColor ( BitmapColor( 0xFF )),
+ mcOpaqueColor ( BitmapColor( 0x00 )),
mbTransparent( false ),
mbAlphaChannel( false ),
mbRGBTriple( false ),
More information about the Libreoffice-commits
mailing list