update dev300-m58
[ooovba.git] / applied_patches / 0280-about-build-ver-readability.diff
blobed651114649e1a6182a9fecf36081c9b2a74764d
1 --- sfx2/source/dialog/about.cxx
2 +++ sfx2/source/dialog/about.cxx
3 @@ -222,11 +222,6 @@
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