summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 15:45:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 15:45:49 +0000
commit296c3b1d3d3caad35416d199377100e849babaa9 (patch)
tree39c68ee088102b2cdac054c84a452bce1fd749ac
parent0c13d38e05d9e4e44e0fec3ddd2319f7c1b05020 (diff)
INTEGRATION: CWS os38 (1.13.144); FILE MERGED
2004/09/27 08:50:41 os 1.13.144.1: #i34274# fixed texts in toolbox have to be transparent
-rw-r--r--extensions/source/bibliography/toolbar.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/bibliography/toolbar.cxx b/extensions/source/bibliography/toolbar.cxx
index be0462c52937..13ae95547427 100644
--- a/extensions/source/bibliography/toolbar.cxx
+++ b/extensions/source/bibliography/toolbar.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbar.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2004-01-07 15:58:12 $
+ * last change: $Author: hr $ $Date: 2004-11-09 16:45:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -311,11 +311,13 @@ BibToolBar::BibToolBar(Window* pParent, Link aLink, WinBits nStyle):
Rectangle aRect=GetItemRect(TBC_FT_SOURCE);
aFtSource.SetText(aStr);
aFtSource.SetSizePixel(aRect.GetSize());
+ aFtSource.SetBackground(Wallpaper( COL_TRANSPARENT ));
aStr=GetItemText(TBC_FT_QUERY);
aRect=GetItemRect(TBC_FT_QUERY);
aFtQuery.SetText(aStr);
aFtQuery.SetSizePixel(aRect.GetSize());
+ aFtQuery.SetBackground(Wallpaper( COL_TRANSPARENT ));
SetItemWindow(TBC_FT_SOURCE,&aFtSource);
SetItemWindow(TBC_LB_SOURCE,&aLBSource);