]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-pld-kde-nwf-fonts.patch
- up
[packages/libreoffice.git] / openoffice-pld-kde-nwf-fonts.patch
1 diff -urN ooo-build-1.1.55.org/patches/OOO_1_1/nativewidgets-vcl.diff ooo-build-1.1.55/patches/OOO_1_1/nativewidgets-vcl.diff
2 --- ooo-build-1.1.55.org/patches/OOO_1_1/nativewidgets-vcl.diff 2004-05-13 03:04:20.750121072 +0200
3 +++ ooo-build-1.1.55/patches/OOO_1_1/nativewidgets-vcl.diff     2004-05-13 10:44:07.808250768 +0200
4 @@ -6846,7 +6846,7 @@
5  unchanged:
6  --- /dev/null  2003-09-23 19:59:22.000000000 +0200
7  +++ vcl/unx/source/gdi/salnativewidgets-kde.cxx        2004-03-03 15:32:34.000000000 +0100
8 -@@ -0,0 +1,1633 @@
9 +@@ -0,0 +1,1632 @@
10  +/*************************************************************************
11  + *
12  + *  $RCSfile$
13 @@ -8319,8 +8319,7 @@
14  +    
15  +    rFont.SetName( String( qFontInfo.family().utf8(), RTL_TEXTENCODING_UTF8 ) );
16  +    
17 -+    // Do not set the height, it does not look good
18 -+    // rFont.SetHeight( qFontInfo.pointSize() );
19 ++    rFont.SetHeight( qFontInfo.pointSize() );
20  +    
21  +    rFont.SetItalic( qFontInfo.italic()? ITALIC_NORMAL: ITALIC_NONE );
22  +    
This page took 0.021054 seconds and 3 git commands to generate.