summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-02 13:22:16 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-02 13:22:16 +0000
commitbc5ddc2accfc2cb320d2903d634a9daab8cda121 (patch)
tree49221937374498b9eba4177dd75feeffed83f5d5 /sw/source
parent8b3b02caa2d46135fe6f5fa9418ba5054f69b0df (diff)
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
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/config/optcomp.hrc7
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)