From 1b4fdbbc603a41d63214befa91517d251872d0c0 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 8 Sep 2004 16:51:27 +0000 Subject: INTEGRATION: CWS dba15 (1.11.28); FILE MERGED 2004/07/26 15:37:07 fs 1.11.28.1: #i31593# revert fix for issue i30861 for the moment --- extensions/source/propctrlr/propertyeditor.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extensions') diff --git a/extensions/source/propctrlr/propertyeditor.cxx b/extensions/source/propctrlr/propertyeditor.cxx index 2a73b5d6608c..2950a2db952b 100644 --- a/extensions/source/propctrlr/propertyeditor.cxx +++ b/extensions/source/propctrlr/propertyeditor.cxx @@ -2,9 +2,9 @@ * * $RCSfile: propertyeditor.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2004-07-06 13:45:50 $ + * last change: $Author: hr $ $Date: 2004-09-08 17:51:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,8 +89,10 @@ namespace pcr m_aTabControl.Show(); m_aTabControl.SetDeactivatePageHdl(LINK(this, OPropertyEditor, OnPageDeactivate)); m_aTabControl.SetActivatePageHdl(LINK(this, OPropertyEditor, OnPageActivate)); +#ifdef TRANSPARENT_BACKGROUND_WORKS m_aTabControl.SetBackground(GetBackground()); m_aTabControl.SetPaintTransparent(sal_True); +#endif } //------------------------------------------------------------------ -- cgit v1.2.3