diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-12 09:53:17 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-12 09:53:17 +0000 |
commit | 30c3319998c2cff35c726ed1654d739c45d36aa0 (patch) | |
tree | 2c04ba60a10d57a370977b9473451f0feb74dc85 /svx/inc | |
parent | c582b21de9aab31b2376fcb172e0969fb6dfc5ea (diff) |
INTEGRATION: CWS os98 (1.3.16); FILE MERGED
2007/06/18 14:24:08 os 1.3.16.1: #i78461# MAC code removed
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/charmap.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/svx/inc/svx/charmap.hxx b/svx/inc/svx/charmap.hxx index 310c5987c379..02e34ac8afe6 100644 --- a/svx/inc/svx/charmap.hxx +++ b/svx/inc/svx/charmap.hxx @@ -4,9 +4,9 @@ * * $RCSfile: charmap.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2007-06-11 14:23:07 $ + * last change: $Author: ihi $ $Date: 2007-07-12 10:53:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,15 +89,9 @@ class SvxCharMapData; // define ---------------------------------------------------------------- -#ifdef MAC -#define CHARMAP_MAXLEN 28 -#define COLUMN_COUNT 28 -#define ROW_COUNT 8 -#else #define CHARMAP_MAXLEN 32 #define COLUMN_COUNT 16 #define ROW_COUNT 8 -#endif namespace svx { |