summaryrefslogtreecommitdiff
path: root/forms/source/solar
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-18 08:58:22 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-18 08:58:22 +0000
commitf1ec3bf06fbcc6d1e7cd02a5d40dbd59db689cf1 (patch)
treeb2ca5a952d33e5978ea0d3c44d44f6ade0beed90 /forms/source/solar
parent5ff0c198db5f66531e4131c2260f31992aea0b56 (diff)
INTEGRATION: CWS dba25 (1.5.22); FILE MERGED
2005/03/07 13:15:26 oj 1.5.22.1: i43590# set background empty and transparent
Diffstat (limited to 'forms/source/solar')
-rw-r--r--forms/source/solar/control/navtoolbar.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx
index 09a637e9aae9..6626ac8e72eb 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 16:52:08 $
+ * last change: $Author: obo $ $Date: 2005-03-18 09:58:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -362,7 +362,8 @@ namespace frm
else
{
pItemWindow = new FixedText( m_pToolbar, WB_VCENTER );
- pItemWindow->SetBackground(Wallpaper(Color(COL_TRANSPARENT)));
+ pItemWindow->SetBackground();
+ pItemWindow->SetPaintTransparent(TRUE);
}
m_aChildWins.push_back( pItemWindow );