From a7228e0bdbb06de56145d1edeacfe4ede1a7a7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 12 Apr 2014 13:35:20 +0100 Subject: [PATCH] Resolves: fdo#37130 use 10pt Default style font for comments instead of 10pt UI font Change-Id: I92e2b415ff37f8baae67a00cc077e431b12b924c --- sw/source/core/uibase/docvw/SidebarWin.cxx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sw/source/core/uibase/docvw/SidebarWin.cxx b/sw/source/core/uibase/docvw/SidebarWin.cxx index fb78b3b..930b95b 100644 --- a/sw/source/ui/docvw/SidebarWin.cxx +++ b/sw/source/ui/docvw/SidebarWin.cxx @@ -270,12 +270,6 @@ SfxItemSet SwSidebarWin::DefaultItem() { SfxItemSet aItem( mrView.GetDocShell()->GetPool() ); aItem.Put(SvxFontHeightItem(200,100,EE_CHAR_FONTHEIGHT)); - aItem.Put(SvxFontItem(FAMILY_SWISS, - GetSettings().GetStyleSettings().GetFieldFont().GetName(), - OUString(), - PITCH_DONTKNOW, - RTL_TEXTENCODING_DONTKNOW, - EE_CHAR_FONTINFO)); return aItem; } -- 1.9.0