From 28239bb7fdecc19d397135b899ccca0ec5e9080d Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 10 Jul 2007 13:59:50 +0000 Subject: INTEGRATION: CWS fwk66 (1.8.786); FILE MERGED 2007/06/30 12:58:23 pb 1.8.786.2: fix: #i45491# STR_CONSIDER_JUSTIFIEDLINES -> STR_EXPAND_WORDSPACE 2007/06/12 04:00:09 pb 1.8.786.1: fix: #i45491# STR_CONSIDER_JUSTIFIEDLINES added --- sw/source/ui/config/optcomp.hrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sw/source/ui/config/optcomp.hrc b/sw/source/ui/config/optcomp.hrc index 84cad67826bb..61e729691d15 100644 --- a/sw/source/ui/config/optcomp.hrc +++ b/sw/source/ui/config/optcomp.hrc @@ -4,9 +4,9 @@ * * $RCSfile: optcomp.hrc,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 06:44:10 $ + * last change: $Author: ihi $ $Date: 2007-07-10 14:59:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,5 +59,6 @@ #define STR_USE_OBJPOSITIONING (STR_COMP_OPTIONS_START + 7) #define STR_USE_OURTEXTWRAPPING (STR_COMP_OPTIONS_START + 8) #define STR_CONSIDER_WRAPPINGSTYLE (STR_COMP_OPTIONS_START + 9) -#define STR_COMP_OPTIONS_END (STR_CONSIDER_WRAPPINGSTYLE + 1) +#define STR_EXPAND_WORDSPACE (STR_COMP_OPTIONS_START + 10) +#define STR_COMP_OPTIONS_END (STR_EXPAND_WORDSPACE + 1) -- cgit