diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-12 13:35:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-12 13:35:20 +0100 |
commit | a7228e0bdbb06de56145d1edeacfe4ede1a7a7d4 (patch) | |
tree | efcab533b1cfc772bd91966e57b6f06aa3c8b6d3 | |
parent | cb35c7cd492fad57ca5b0ad6bff3234d07952d8d (diff) |
Resolves: fdo#37130 use 10pt Default style font for comments
instead of 10pt UI font
Change-Id: I92e2b415ff37f8baae67a00cc077e431b12b924c
-rw-r--r-- | sw/source/core/uibase/docvw/SidebarWin.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/uibase/docvw/SidebarWin.cxx b/sw/source/core/uibase/docvw/SidebarWin.cxx index fb78b3b3342c..930b95b9a460 100644 --- a/sw/source/core/uibase/docvw/SidebarWin.cxx +++ b/sw/source/core/uibase/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; } |