summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:23:45 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:23:45 +0000
commitbc68359351ccad68b513f10a536fe9d6f572a865 (patch)
tree8c4b7f5b5e4c6338829d3bf4663fb9ecbe210544 /forms
parenta8820b07eee84cf0cf9c90e8132b316a7cc19354 (diff)
INTEGRATION: CWS dba18 (1.2.62); FILE MERGED
2004/10/21 10:35:27 oj 1.2.62.1: #i35514# set background to transparent
Diffstat (limited to 'forms')
-rw-r--r--forms/source/solar/control/navtoolbar.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx
index fdf6bfaad929..c6b2aae1abf4 100644
--- a/forms/source/solar/control/navtoolbar.cxx
+++ b/forms/source/solar/control/navtoolbar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: navtoolbar.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-04-13 11:20:34 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:23:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -358,10 +358,12 @@ namespace frm
else if ( LID_RECORD_FILLER == pSupportedSlots->nId )
{
pItemWindow = new FixedText( m_pToolbar, WB_CENTER | WB_VCENTER );
+ pItemWindow->SetBackground(Wallpaper(Color(COL_TRANSPARENT)));
}
else
{
pItemWindow = new FixedText( m_pToolbar, WB_VCENTER );
+ pItemWindow->SetBackground(Wallpaper(Color(COL_TRANSPARENT)));
}
m_aChildWins.push_back( pItemWindow );