[Libreoffice-commits] core.git: sw/source

Caolán McNamara caolanm at redhat.com
Sat Apr 12 05:47:27 PDT 2014


 sw/source/core/uibase/docvw/SidebarWin.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit a7228e0bdbb06de56145d1edeacfe4ede1a7a7d4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Apr 12 13:35:20 2014 +0100

    Resolves: fdo#37130 use 10pt Default style font for comments
    
    instead of 10pt UI font
    
    Change-Id: I92e2b415ff37f8baae67a00cc077e431b12b924c

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/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;
 }
 


More information about the Libreoffice-commits mailing list