1 --- sfx2/source/dialog/about.cxx
2 +++ sfx2/source/dialog/about.cxx
4 aCopyrightText.SetControlForeground( aTextColor );
5 aBuildData.SetBackground( aWall );
7 - Font aSmallFont = rSettings.GetInfoFont();
8 - Size aSmaller = aNewFont.GetSize();
9 - aSmaller.Width() = (long) (aSmaller.Width() * 0.75);
10 - aSmaller.Height() = (long) (aSmaller.Height() * 0.75);
11 - aNewFont.SetSize( aSmaller );
12 aBuildData.SetFont( aNewFont );
13 aBuildData.SetBackground( aWall );
14 #ifdef BUILD_VER_STRING