summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/bitmapex.cxx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@Sun.COM>2010-01-28 17:21:44 +0100
committerArmin Le Grand <Armin.Le.Grand@Sun.COM>2010-01-28 17:21:44 +0100
commit1dde425a12be0ea92ada5152e0d40b4ac9358f1c (patch)
tree0818d640410642dedd3acea1e5d5ad0ffcd0d61a /vcl/source/gdi/bitmapex.cxx
parent54b1b7d41738902616ff8ed3253a4caad02736ed (diff)
aw079: #i99147# corrected diverse aspects of invisible object visualisation and interaction
Diffstat (limited to 'vcl/source/gdi/bitmapex.cxx')
-rw-r--r--vcl/source/gdi/bitmapex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/bitmapex.cxx b/vcl/source/gdi/bitmapex.cxx
index 4e2ed20a7966..8d7ef4ccb3be 100644
--- a/vcl/source/gdi/bitmapex.cxx
+++ b/vcl/source/gdi/bitmapex.cxx
@@ -814,7 +814,7 @@ sal_uInt8 BitmapEx::GetTransparency(sal_Int32 nX, sal_Int32 nY) const
}
else
{
- if(0x00 != aBitmapColor.GetIndex())
+ if(0x00 == aBitmapColor.GetIndex())
{
nTransparency = 0x00;
}