summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 16:51:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 16:51:27 +0000
commit1b4fdbbc603a41d63214befa91517d251872d0c0 (patch)
treeef1fa72308e260c1cc9691d693adab266a9c59c7 /extensions
parentb56cae9c56d004699bace39899b583a1559c040e (diff)
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
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/propertyeditor.cxx6
1 files changed, 4 insertions, 2 deletions
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
}
//------------------------------------------------------------------