summaryrefslogtreecommitdiff
path: root/sw/sdi/_textsh.sdi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-11-16 08:28:56 +0000
committerOliver Bolte <obo@openoffice.org>2005-11-16 08:28:56 +0000
commitf331b78ac68bac6a63f5d91b76a7890cb672592b (patch)
tree6f27bba9d876de0dcb9ba944b1b83225d79d8de0 /sw/sdi/_textsh.sdi
parent6c890774bcf19eeb2acab56f80592b9711babd52 (diff)
INTEGRATION: CWS thaiissues (1.31.248); FILE MERGED
2005/10/05 13:13:03 os 1.31.248.3: #i42660# Insert/Formatting Marks: globally available 2005/09/28 03:39:33 os 1.31.248.2: RESYNC: (1.31-1.32); FILE MERGED 2005/09/22 06:38:47 os 1.31.248.1: #i42660# sub menu 'Insert/Formatting Mark' added
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r--sw/sdi/_textsh.sdi28
1 files changed, 26 insertions, 2 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index 093d5abe1f97..e629fab11d80 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: _textsh.sdi,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:34:52 $
+ * last change: $Author: obo $ $Date: 2005-11-16 09:28:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -221,6 +221,30 @@ interface BaseText : Selection
StateMethod = NoState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_INSERT_RLM
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_INSERT_LRM
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_INSERT_ZWSP
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_INSERT_ZWNBSP
+ [
+ ExecMethod = ExecInsert ;
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
FN_INSERT_BREAK // status(final|play)
[
ExecMethod = ExecInsert ;