summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/about.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-05 08:08:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-05 08:08:21 +0000
commit5995e859898c3768fdc3f3e6262286ab450ac26a (patch)
treec16546ebe9b59b924c8f8c130e6f669ab741ff14 /sfx2/source/dialog/about.cxx
parentdcb15cc5e47ed1274a894f3631c04363d024bcf9 (diff)
INTEGRATION: CWS aquavcl01 (1.32.18); FILE MERGED
2007/06/26 08:49:16 pl 1.32.18.1: #i77552# temporarily disable native dialog background in about dialog
Diffstat (limited to 'sfx2/source/dialog/about.cxx')
-rw-r--r--sfx2/source/dialog/about.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfx2/source/dialog/about.cxx b/sfx2/source/dialog/about.cxx
index 9e60dcdc4c..3d5c3f7ab0 100644
--- a/sfx2/source/dialog/about.cxx
+++ b/sfx2/source/dialog/about.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: about.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 23:08:48 $
+ * last change: $Author: rt $ $Date: 2007-07-05 09:08:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -203,7 +203,12 @@ 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 );