diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 13:50:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 13:50:56 +0000 |
commit | 35e67800c42d51d9c96f33253f38e73fb4dc2d64 (patch) | |
tree | 1a355dfedfe39b64c7bfd62e5894a03977546383 /sw/inc | |
parent | 2b8c78d8b477dd792d97fc3eade6204e5fb5914a (diff) |
INTEGRATION: CWS swundo03 (1.25.148); FILE MERGED
2004/08/12 14:48:29 hbrinkm 1.25.148.3: RESYNC: (1.25-1.27); FILE MERGED
2004/08/04 14:39:30 hbrinkm 1.25.148.2: #115575#,#115582#
2004/07/07 16:42:05 hbrinkm 1.25.148.1: #115575# CH_TXTATR_TAB
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/hintids.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/hintids.hxx b/sw/inc/hintids.hxx index dfe2a1becb31..b9da7ea45be4 100644 --- a/sw/inc/hintids.hxx +++ b/sw/inc/hintids.hxx @@ -2,9 +2,9 @@ * * $RCSfile: hintids.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: rt $ $Date: 2004-08-23 08:36:17 $ + * last change: $Author: hr $ $Date: 2004-09-08 14:50:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,8 @@ //JP 24.05.00: for the new UniCode Version: #define CH_TXTATR_BREAKWORD ((sal_Unicode)0x01) #define CH_TXTATR_INWORD ((sal_Unicode)0x02) - +#define CH_TXTATR_TAB ((sal_Unicode)'\t') +#define CH_TXTATR_NEWLINE ((sal_Unicode)'\n') /* * Hier kommen erst mal die enums fuer die Hints |