summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-31 11:51:18 +0100
committerDavid Tardon <dtardon@redhat.com>2012-02-01 06:07:21 +0100
commitb9accbafa13b0ffb8855d3ae732b397f6120a3cb (patch)
treee6d2869963672ba48c943a5e39ae7c8a756c2403 /vcl
parentthe depth argument must be >= 0 (diff)
downloadcore-b9accbafa13b0ffb8855d3ae732b397f6120a3cb.tar.gz
core-b9accbafa13b0ffb8855d3ae732b397f6120a3cb.zip
the bug number is not from public bugzilla
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/virdev.cxx2
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);
}