[Libreoffice-commits] .: editeng/source

Andras Timar timar at kemper.freedesktop.org
Wed Oct 13 06:18:26 PDT 2010


 editeng/source/items/svxfont.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e16fa9b4bf1611f8e2b66ddb1b650a7977a66569
Author: Laszlo Nemeth <nemeth at openoffice.org>
Date:   Wed Oct 13 15:12:53 2010 +0200

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

diff --git a/editeng/source/items/svxfont.cxx b/editeng/source/items/svxfont.cxx
index afb4f51..38795f0 100644
--- a/editeng/source/items/svxfont.cxx
+++ b/editeng/source/items/svxfont.cxx
@@ -47,7 +47,7 @@
 #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


More information about the Libreoffice-commits mailing list