From eb0b650ccbb18c7aa2022a1bff1cb47efb3963d6 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 13 Oct 2004 08:04:20 +0000 Subject: [PATCH] INTEGRATION: CWS vcl27 (1.5.4); FILE MERGED 2004/09/20 12:29:52 ssa 1.5.4.1: #i32335# re-enable proper browser background --- extensions/source/propctrlr/browserpage.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/extensions/source/propctrlr/browserpage.cxx b/extensions/source/propctrlr/browserpage.cxx index a765cc1716df..42535436b350 100644 --- a/extensions/source/propctrlr/browserpage.cxx +++ b/extensions/source/propctrlr/browserpage.cxx @@ -2,9 +2,9 @@ * * $RCSfile: browserpage.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2004-09-08 17:50:53 $ + * last change: $Author: hr $ $Date: 2004-10-13 09:04:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,10 +75,8 @@ namespace pcr :TabPage(pParent,nWinStyle) ,m_aListBox(this) { -#ifdef TRANSPARENT_BACKGROUND_WORKS m_aListBox.SetBackground(GetBackground()); m_aListBox.SetPaintTransparent( TRUE ); -#endif Point aPos(3,3); m_aListBox.SetPosPixel(aPos); m_aListBox.Show();