diff options
Diffstat (limited to 'vcl/aqua/inc')
-rw-r--r-- | vcl/aqua/inc/salatsuifontutils.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/aqua/inc/salatsuifontutils.hxx b/vcl/aqua/inc/salatsuifontutils.hxx index 7fe59c05dbcc..c005ceab2e62 100644 --- a/vcl/aqua/inc/salatsuifontutils.hxx +++ b/vcl/aqua/inc/salatsuifontutils.hxx @@ -2,8 +2,8 @@ * * $RCSfile: salatsuifontutils.hxx,v $ * - * $Revision: 1.3 $ - * last change: $Author: bmahbod $ $Date: 2001-03-26 21:53:15 $ + * $Revision: 1.4 $ + * last change: $Author: hr $ $Date: 2003-03-27 17:57:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,8 +100,8 @@ extern "C" { static const short kMacOSCharSize = sizeof(char);
static const short kFontFamilyNameLength = 32;
static const short kFontStyleNameLength = 32; -
static const long kFontFamilyNameMemSize = kFontFamilyNameLength * kMacOSCharSize;
-static const long kFontStyleNameMemSize = kFontStyleNameLength * kMacOSCharSize;
+
static const long kFontFamilyNameMemSize = kFontFamilyNameLength * kMacOSCharSize; +static const long kFontStyleNameMemSize = kFontStyleNameLength * kMacOSCharSize; // ----------------------------------------------------------------------- |