diff options
author | Niklas Nebel <nn@openoffice.org> | 2002-09-12 17:08:57 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2002-09-12 17:08:57 +0000 |
commit | badce39641b5905c4727eafa74e0ac3fb2a27bba (patch) | |
tree | baf91aa62988e418e1413bb2d31e99b2a40d5c33 /sc/sdi/drtxtob.sdi | |
parent | a6e055abd5fd94b6e5a0ee06fdf2c7b251760bd7 (diff) |
#101968# support slots for bidi text direction toolbar buttons
Diffstat (limited to 'sc/sdi/drtxtob.sdi')
-rw-r--r-- | sc/sdi/drtxtob.sdi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/sdi/drtxtob.sdi b/sc/sdi/drtxtob.sdi index d8b2bad7b7ce..176233ed1879 100644 --- a/sc/sdi/drtxtob.sdi +++ b/sc/sdi/drtxtob.sdi @@ -87,6 +87,8 @@ interface TableDrawText : Selection SID_TEXTDIRECTION_LEFT_TO_RIGHT [ ExecMethod = Execute; StateMethod = GetAttrState; Export = FALSE; ] SID_TEXTDIRECTION_TOP_TO_BOTTOM [ ExecMethod = Execute; StateMethod = GetAttrState; Export = FALSE; ] + SID_ATTR_PARA_LEFT_TO_RIGHT [ ExecMethod = ExecuteExtra; StateMethod = GetAttrState; Export = FALSE; ] + SID_ATTR_PARA_RIGHT_TO_LEFT [ ExecMethod = ExecuteExtra; StateMethod = GetAttrState; Export = FALSE; ] SID_TRANSLITERATE_UPPER [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ] SID_TRANSLITERATE_LOWER [ ExecMethod = ExecuteTrans; StateMethod = GetState; Export = FALSE; ] |