]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-pld-kde-nwf-fonts.patch
- up
[packages/libreoffice.git] / openoffice-pld-kde-nwf-fonts.patch
CommitLineData
81c99c73
AM
1diff -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() );
8f1b6087 19++ rFont.SetHeight( qFontInfo.pointSize() );
81c99c73
AM
20 +
21 + rFont.SetItalic( qFontInfo.italic()? ITALIC_NORMAL: ITALIC_NONE );
22 +
This page took 0.435852 seconds and 4 git commands to generate.