diff options
author | David Tardon <dtardon@redhat.com> | 2012-01-31 11:51:18 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-02-01 06:07:21 +0100 |
commit | b9accbafa13b0ffb8855d3ae732b397f6120a3cb (patch) | |
tree | e6d2869963672ba48c943a5e39ae7c8a756c2403 /vcl | |
parent | 4f6a5040db04a59498d2ef2b729659a94140c23b (diff) |
the bug number is not from public bugzilla
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/virdev.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<sal_Int8>(nAlphaBitCount); } |