From b9accbafa13b0ffb8855d3ae732b397f6120a3cb Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 31 Jan 2012 11:51:18 +0100 Subject: the bug number is not from public bugzilla --- vcl/source/gdi/virdev.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx index 6cde62623cdb..3165d35c8125 100644 --- a/vcl/source/gdi/virdev.cxx +++ b/vcl/source/gdi/virdev.cxx @@ -168,7 +168,7 @@ VirtualDevice::VirtualDevice( const OutputDevice& rCompDev, sal_uInt16 nBitCount ImplInitVirDev( &rCompDev, 1, 1, nBitCount ); - // #110958# Enable alpha channel + // Enable alpha channel mnAlphaDepth = sal::static_int_cast(nAlphaBitCount); } -- cgit