summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/inspectorhelpwindow.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:50:12 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:50:12 +0000
commit1adb9015eaa90568d8f919e903bbfd91f7b10597 (patch)
treee072fdcac5c98f3fb8360e9b798e40d8ea21bc8a /extensions/source/propctrlr/inspectorhelpwindow.cxx
parent519c8265e7092986f9ba1d436e9116c238d23cb6 (diff)
INTEGRATION: CWS oj14 (1.3.10); FILE MERGED
2007/02/20 12:02:41 oj 1.3.10.1: set PaintTransparent to true
Diffstat (limited to 'extensions/source/propctrlr/inspectorhelpwindow.cxx')
-rw-r--r--extensions/source/propctrlr/inspectorhelpwindow.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/inspectorhelpwindow.cxx b/extensions/source/propctrlr/inspectorhelpwindow.cxx
index 6c6f84aebd4d..fae6d73bca69 100644
--- a/extensions/source/propctrlr/inspectorhelpwindow.cxx
+++ b/extensions/source/propctrlr/inspectorhelpwindow.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: inspectorhelpwindow.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2006-12-15 02:13:45 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:50:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,10 +67,15 @@ namespace pcr
,m_nMinLines( 3 )
,m_nMaxLines( 8 )
{
+ SetBackground();
+ SetPaintTransparent(TRUE);
m_aSeparator.SetText( String( PcrRes( RID_STR_HELP_SECTION_LABEL ) ) );
+ m_aSeparator.SetBackground();
m_aSeparator.Show();
- m_aHelpText.SetControlBackground( m_aSeparator.GetBackground().GetColor() );
+ m_aHelpText.SetControlBackground( /*m_aSeparator.GetBackground().GetColor() */);
+ m_aHelpText.SetBackground();
+ m_aHelpText.SetPaintTransparent(TRUE);
m_aHelpText.Show();
}