View | Details | Raw Unified | Return to issue 1526
Collapse All | Expand All

(-)ooo.old/binfilter/bf_svx/source/items/svx_svxfont.cxx (-1 / +1 lines)
Lines 51-57 Link Here
51
#define MINKERNPERCENT 5
51
#define MINKERNPERCENT 5
52
52
53
// prop. Groesse der Kleinbuchstaben bei Kapitaelchen
53
// prop. Groesse der Kleinbuchstaben bei Kapitaelchen
54
#define KAPITAELCHENPROP 66
54
#define KAPITAELCHENPROP 80
55
55
56
#ifndef REDUCEDSVXFONT
56
#ifndef REDUCEDSVXFONT
57
	const sal_Unicode CH_BLANK = sal_Unicode(' ');  	// ' ' Leerzeichen
57
	const sal_Unicode CH_BLANK = sal_Unicode(' ');  	// ' ' Leerzeichen
(-)ooo.old/binfilter/bf_sw/source/core/txtnode/sw_fntcap.cxx (-2 / +1 lines)
Lines 60-67 Link Here
60
using namespace ::com::sun::star::i18n;
60
using namespace ::com::sun::star::i18n;
61
61
62
62
63
#define KAPITAELCHENPROP 66
63
#define KAPITAELCHENPROP 80
64
65
/*************************************************************************
64
/*************************************************************************
66
 *						class SwCapitalInfo
65
 *						class SwCapitalInfo
67
 *
66
 *
(-)ooo.old/editeng/source/items/svxfont.cxx (-1 / +1 lines)
Lines 46-52 Link Here
46
#define MINKERNPERCENT 5
46
#define MINKERNPERCENT 5
47
47
48
// prop. Groesse der Kleinbuchstaben bei Kapitaelchen
48
// prop. Groesse der Kleinbuchstaben bei Kapitaelchen
49
#define KAPITAELCHENPROP 66
49
#define KAPITAELCHENPROP 80
50
50
51
#ifndef REDUCEDSVXFONT
51
#ifndef REDUCEDSVXFONT
52
	const sal_Unicode CH_BLANK = sal_Unicode(' ');  	// ' ' Leerzeichen
52
	const sal_Unicode CH_BLANK = sal_Unicode(' ');  	// ' ' Leerzeichen
(-)ooo.old/sw/source/core/txtnode/fntcap.cxx (-1 / +1 lines)
Lines 55-61 Link Here
55
using namespace ::com::sun::star::i18n;
55
using namespace ::com::sun::star::i18n;
56
56
57
57
58
#define KAPITAELCHENPROP 66
58
#define KAPITAELCHENPROP 80
59
59
60
/*************************************************************************
60
/*************************************************************************
61
 *						class SwCapitalInfo
61
 *						class SwCapitalInfo

Return to issue 1526