summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/about.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/about.cxx')
-rw-r--r--sfx2/source/dialog/about.cxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sfx2/source/dialog/about.cxx b/sfx2/source/dialog/about.cxx
index e23ef33f82..c1f8dc493b 100644
--- a/sfx2/source/dialog/about.cxx
+++ b/sfx2/source/dialog/about.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: about.cxx,v $
- * $Revision: 1.41 $
+ * $Revision: 1.41.4.1 $
*
* This file is part of OpenOffice.org.
*
@@ -208,20 +208,15 @@ AboutDialog::AboutDialog( Window* pParent, const ResId& rId, const String& rVerS
const StyleSettings& rSettings = GetSettings().GetStyleSettings();
Color aWhiteCol( rSettings.GetWindowColor() );
Wallpaper aWall( aWhiteCol );
- #if 0
- // pl: FIXME #i78884#
SetBackground( aWall );
- #else
- SetControlBackground( aWhiteCol );
- #endif
Font aNewFont( aCopyrightText.GetFont() );
aNewFont.SetTransparent( TRUE );
aVersionText.SetFont( aNewFont );
aCopyrightText.SetFont( aNewFont );
- aVersionText.SetBackground( aWall );
- aCopyrightText.SetBackground( aWall );
+ aVersionText.SetBackground();
+ aCopyrightText.SetBackground();
Color aTextColor( rSettings.GetWindowTextColor() );
aVersionText.SetControlForeground( aTextColor );