Kaydet (Commit) a7228e0b authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#37130 use 10pt Default style font for comments

instead of 10pt UI font

Change-Id: I92e2b415ff37f8baae67a00cc077e431b12b924c
üst cb35c7cd
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment