/[packages]/cauldron/libreoffice/current/SOURCES/0001-Resolves-fdo-37130-use-10pt-Default-style-font-for-c.patch
ViewVC logotype

Contents of /cauldron/libreoffice/current/SOURCES/0001-Resolves-fdo-37130-use-10pt-Default-style-font-for-c.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 618518 - (show annotations) (download)
Sun Apr 27 21:53:48 2014 UTC (9 years, 11 months ago) by tv
File size: 1160 byte(s)
- 4.2.4 rc1
- sync patches with FC
- install man pages
1 From a7228e0bdbb06de56145d1edeacfe4ede1a7a7d4 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
3 Date: Sat, 12 Apr 2014 13:35:20 +0100
4 Subject: [PATCH] Resolves: fdo#37130 use 10pt Default style font for comments
5
6 instead of 10pt UI font
7
8 Change-Id: I92e2b415ff37f8baae67a00cc077e431b12b924c
9 ---
10 sw/source/core/uibase/docvw/SidebarWin.cxx | 6 ------
11 1 file changed, 6 deletions(-)
12
13 diff --git a/sw/source/core/uibase/docvw/SidebarWin.cxx b/sw/source/core/uibase/docvw/SidebarWin.cxx
14 index fb78b3b..930b95b 100644
15 --- a/sw/source/ui/docvw/SidebarWin.cxx
16 +++ b/sw/source/ui/docvw/SidebarWin.cxx
17 @@ -270,12 +270,6 @@ SfxItemSet SwSidebarWin::DefaultItem()
18 {
19 SfxItemSet aItem( mrView.GetDocShell()->GetPool() );
20 aItem.Put(SvxFontHeightItem(200,100,EE_CHAR_FONTHEIGHT));
21 - aItem.Put(SvxFontItem(FAMILY_SWISS,
22 - GetSettings().GetStyleSettings().GetFieldFont().GetName(),
23 - OUString(),
24 - PITCH_DONTKNOW,
25 - RTL_TEXTENCODING_DONTKNOW,
26 - EE_CHAR_FONTINFO));
27 return aItem;
28 }
29
30 --
31 1.9.0
32

  ViewVC Help
Powered by ViewVC 1.1.30