Author: af
Date: Tue Apr 23 13:49:57 2013
New Revision: 1470956

URL: http://svn.apache.org/r1470956
Log:
122144: Paint titles of sidebar decks and titles bold.

Modified:
    openoffice/trunk/main/sfx2/source/sidebar/TitleBar.cxx

Modified: openoffice/trunk/main/sfx2/source/sidebar/TitleBar.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sfx2/source/sidebar/TitleBar.cxx?rev=1470956&r1=1470955&r2=1470956&view=diff
==============================================================================
--- openoffice/trunk/main/sfx2/source/sidebar/TitleBar.cxx (original)
+++ openoffice/trunk/main/sfx2/source/sidebar/TitleBar.cxx Tue Apr 23 13:49:57 
2013
@@ -138,6 +138,7 @@ void TitleBar::PaintTitle (const Rectang
     Push(PUSH_FONT | PUSH_TEXTCOLOR);
 
     Font aFont(GetFont());
+    aFont.SetWeight(WEIGHT_BOLD);
     SetFont(aFont);
 
     // Paint title bar text.


Reply via email to