summaryrefslogtreecommitdiff
path: root/sw/sdi/drwtxtsh.sdi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-12-06 10:24:46 +0000
committerOliver Specht <os@openoffice.org>2002-12-06 10:24:46 +0000
commit2484e5c460a889e6c55b43c05040622fa6d05dbf (patch)
tree6281bf41d6697cc60de0c1b7673f386e4b7b626b /sw/sdi/drwtxtsh.sdi
parente5511107cda63c8ac8eae2c1ff704f127d532106 (diff)
#106015# paragraph text direction buttons added
Diffstat (limited to 'sw/sdi/drwtxtsh.sdi')
-rw-r--r--sw/sdi/drwtxtsh.sdi16
1 files changed, 14 insertions, 2 deletions
diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi
index 7c4231a24a8b..9b2461b4c849 100644
--- a/sw/sdi/drwtxtsh.sdi
+++ b/sw/sdi/drwtxtsh.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: drwtxtsh.sdi,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: os $ $Date: 2002-09-10 13:06:51 $
+ * last change: $Author: os $ $Date: 2002-12-06 11:24:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -236,6 +236,18 @@ interface TextDrawText : Selection
StateMethod = GetState ;
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
]
+ SID_ATTR_PARA_LEFT_TO_RIGHT
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
+ SID_ATTR_PARA_RIGHT_TO_LEFT
+ [
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
+ ]
SID_TEXTDIRECTION_LEFT_TO_RIGHT
[