summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-12 13:35:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-12 13:35:20 +0100
commita7228e0bdbb06de56145d1edeacfe4ede1a7a7d4 (patch)
treeefcab533b1cfc772bd91966e57b6f06aa3c8b6d3
parentcb35c7cd492fad57ca5b0ad6bff3234d07952d8d (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.cxx6
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;
}