Related: #i122144# Paint titles of sidebar decks and titles bold

(cherry picked from commit 4b7c52c48793d005d3bd618b025b890ff94e7774)

Change-Id: I5e8ad1db7a962f002beb1b976d85a29bfcb5403f
diff --git a/sfx2/source/sidebar/TitleBar.cxx b/sfx2/source/sidebar/TitleBar.cxx
index 1a48d03..f5eac2a 100644
--- a/sfx2/source/sidebar/TitleBar.cxx
+++ b/sfx2/source/sidebar/TitleBar.cxx
@@ -133,6 +133,7 @@ void TitleBar::PaintTitle (const Rectangle& rTitleBox)
    Push(PUSH_FONT | PUSH_TEXTCOLOR);

    Font aFont(GetFont());
    aFont.SetWeight(WEIGHT_BOLD);
    SetFont(aFont);

    // Paint title bar text.