[Libreoffice-commits] .: binfilter/bf_svx binfilter/bf_sw

Andras Timar timar at kemper.freedesktop.org
Wed Oct 13 06:20:40 PDT 2010


 binfilter/bf_svx/source/items/svx_svxfont.cxx     |    2 +-
 binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 6619f525a6602546b253e61ecd0bc9906be92df9
Author: Laszlo Nemeth <nemeth at openoffice.org>
Date:   Wed Oct 13 15:11:52 2010 +0200

    Fix fake small caps resizing factor #i1526#
    
    See detailed explanation in IZ.

diff --git a/binfilter/bf_svx/source/items/svx_svxfont.cxx b/binfilter/bf_svx/source/items/svx_svxfont.cxx
index 1bbf5dc..dd9e479 100644
--- a/binfilter/bf_svx/source/items/svx_svxfont.cxx
+++ b/binfilter/bf_svx/source/items/svx_svxfont.cxx
@@ -46,7 +46,7 @@ namespace binfilter {
 #define MINKERNPERCENT 5
 
 // prop. Groesse der Kleinbuchstaben bei Kapitaelchen
-#define KAPITAELCHENPROP 66
+#define KAPITAELCHENPROP 80
 
 #ifndef REDUCEDSVXFONT
     const sal_Unicode CH_BLANK = sal_Unicode(' ');  	// ' ' Leerzeichen
diff --git a/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx b/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx
index a3f19ac..7c95478 100644
--- a/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx
+++ b/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx
@@ -47,8 +47,7 @@ namespace binfilter {
 using namespace ::com::sun::star::i18n;
 
 
-#define KAPITAELCHENPROP 66
-
+#define KAPITAELCHENPROP 80
 /*************************************************************************
  *						class SwCapitalInfo
  *


More information about the Libreoffice-commits mailing list