From bc5ddc2accfc2cb320d2903d634a9daab8cda121 Mon Sep 17 00:00:00 2001
From: Kurt Zenker <kz@openoffice.org>
Date: Mon, 2 Aug 2004 13:22:16 +0000
Subject: INTEGRATION: CWS swobjpos04 (1.6.16); FILE MERGED 2004/06/02 13:49:44
 pb 1.6.16.1: fix: #i28702# new flag for consider wrapping style

---
 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 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)
 
-- 
cgit