summaryrefslogtreecommitdiff
path: root/sc/sdi/editsh.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-16 09:12:47 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-16 09:12:47 +0000
commit49b5a268eeb9ac84634594adc8883b6199e7ad9b (patch)
tree11ead729ddfb7385f1d2548d48f782f6b90170c3 /sc/sdi/editsh.sdi
parentecec8c9212514af1d6880a0ba24c7ecc903409c2 (diff)
INTEGRATION: CWS thaiissues (1.8.20); FILE MERGED
2005/10/11 15:30:58 dr 1.8.20.1: #i42660# new menu entries to insert control characters
Diffstat (limited to 'sc/sdi/editsh.sdi')
-rw-r--r--sc/sdi/editsh.sdi12
1 files changed, 10 insertions, 2 deletions
diff --git a/sc/sdi/editsh.sdi b/sc/sdi/editsh.sdi
index 07663a50e6c0..2059f72cda0a 100644
--- a/sc/sdi/editsh.sdi
+++ b/sc/sdi/editsh.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: editsh.sdi,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:11:18 $
+ * last change: $Author: obo $ $Date: 2005-11-16 10:12:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,6 +93,14 @@ interface TableText : Selection
SID_TRANSLITERATE_FULLWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
SID_TRANSLITERATE_HIRAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
SID_TRANSLITERATE_KATAGANA [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ]
+
+ FN_INSERT_SOFT_HYPHEN [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ FN_INSERT_HARDHYPHEN [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ FN_INSERT_HARD_SPACE [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ SID_INSERT_RLM [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ SID_INSERT_LRM [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ SID_INSERT_ZWSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
+ SID_INSERT_ZWNBSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
}