summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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)