summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 16:50:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 16:50:35 +0000
commitfa2c5947f49f89fc3006547e9f22a4d8afc9fd1c (patch)
tree18c80f2111a5b157572331944874ee9385ba5343 /extensions
parent4e69355cea34b382652ce6aecaa085b097235874 (diff)
INTEGRATION: CWS dba15 (1.8.28); FILE MERGED
2004/07/26 15:37:07 fs 1.8.28.1: #i31593# revert fix for issue i30861 for the moment
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/browserlistbox.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/browserlistbox.cxx b/extensions/source/propctrlr/browserlistbox.cxx
index b585c750df00..965e7dc130b9 100644
--- a/extensions/source/propctrlr/browserlistbox.cxx
+++ b/extensions/source/propctrlr/browserlistbox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: browserlistbox.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2004-07-06 13:44:21 $
+ * last change: $Author: hr $ $Date: 2004-09-08 17:50:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,11 +109,13 @@ namespace pcr
ListBox aListBox(this,WB_DROPDOWN);
aListBox.SetPosSizePixel(Point(0,0),Size(100,100));
m_nRowHeight = (sal_uInt16)aListBox.GetSizePixel().Height()+2;
+#ifdef TRANSPARENT_BACKGROUND_WORKS
SetBackground( pParent->GetBackground() );
m_aPlayGround.SetBackground( GetBackground() );
+ m_aPlayGround.SetPaintTransparent(sal_True);
+#endif
m_aPlayGround.SetPosPixel(Point(0,0));
- m_aPlayGround.SetPaintTransparent(sal_True);
m_aPlayGround.Show();
m_aVScroll.Hide();
m_aVScroll.SetScrollHdl(LINK(this, OBrowserListBox, ScrollHdl));