summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optcomp.hrc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-10 13:59:50 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-10 13:59:50 +0000
commit28239bb7fdecc19d397135b899ccca0ec5e9080d (patch)
tree1330d012241ddd70a00222dd32192fa3cf484fa7 /sw/source/ui/config/optcomp.hrc
parent3bc92b55ba96017892044fd16cfe97dded7aad85 (diff)
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
Diffstat (limited to 'sw/source/ui/config/optcomp.hrc')
-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)