summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-11-08 07:58:02 +0000
committerPeter Burow <pb@openoffice.org>2001-11-08 07:58:02 +0000
commit41afe89fb84044c580af556172eb46048bcadbb0 (patch)
tree88eb02b5faee2fe919faa2afcf2d929a3b05231a
parent96b0e4d8362360d2a4b2c9f80e05b39e18e7ca60 (diff)
fix: #93015# big headings bold AND black
-rw-r--r--sfx2/source/dialog/about.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/about.cxx b/sfx2/source/dialog/about.cxx
index 17a2161af8f2..9221e6649453 100644
--- a/sfx2/source/dialog/about.cxx
+++ b/sfx2/source/dialog/about.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: about.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: ok $ $Date: 2001-09-14 10:29:40 $
+ * last change: $Author: pb $ $Date: 2001-11-08 08:58:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -425,7 +425,7 @@ void AboutDialog::Paint( const Rectangle& rRect )
FontWeight eOldWeight = aFont.GetWeight();
Color aOldCol = aFont.GetColor();
aFont.SetWeight( (FontWeight)nVal );
- if ( aStr.GetChar(1) != ' ' )
+ if ( aStr.GetChar(1) != ' ' && aStr.GetChar(aStr.Len()-2) != ' ' )
{
Color aGrayCol( COL_GRAY );
aFont.SetColor( aGrayCol );