diff options
-rw-r--r-- | sw/source/ui/config/optcomp.hrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/config/optcomp.hrc b/sw/source/ui/config/optcomp.hrc index 58abb11955f8..478a3399d64b 100644 --- a/sw/source/ui/config/optcomp.hrc +++ b/sw/source/ui/config/optcomp.hrc @@ -2,9 +2,9 @@ * * $RCSfile: optcomp.hrc,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-05-11 11:29:44 $ + * last change: $Author: kz $ $Date: 2004-08-02 14:22:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,5 +84,6 @@ #define STR_ADD_TABLESPACING (STR_COMP_OPTIONS_START + 6) #define STR_USE_OBJPOSITIONING (STR_COMP_OPTIONS_START + 7) #define STR_USE_OURTEXTWRAPPING (STR_COMP_OPTIONS_START + 8) -#define STR_COMP_OPTIONS_END (STR_USE_OURTEXTWRAPPING + 1) +#define STR_CONSIDER_WRAPPINGSTYLE (STR_COMP_OPTIONS_START + 9) +#define STR_COMP_OPTIONS_END (STR_CONSIDER_WRAPPINGSTYLE + 1) |