summaryrefslogtreecommitdiff
path: root/sc/sdi
diff options
context:
space:
mode:
authorDózsa Bálint <dozsa@linux-dugf.site>2011-03-21 12:10:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 12:10:06 +0000
commit74cac597d25ed613072e9a607115de420beecd98 (patch)
treef8334ac8749845ba423c95559d22b841375b6d93 /sc/sdi
parentd5d663c24dda5ca0106ad32b84a1a8d825cd4874 (diff)
FIX BUG 32559 - calc
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/cellsh.sdi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index a50f2e963713..011b813b86a4 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -197,6 +197,7 @@ interface CellSelection
SID_TRANSLITERATE_SENTENCE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
SID_TRANSLITERATE_TITLE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
SID_TRANSLITERATE_TOGGLE_CASE [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
+ SID_TRANSLITERATE_ROTATE_CASE [ ExecMethod = ExecuteRotateTrans; StateMethod = GetBlockState; ]
SID_TRANSLITERATE_UPPER [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
SID_TRANSLITERATE_LOWER [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]
SID_TRANSLITERATE_HALFWIDTH [ ExecMethod = ExecuteTrans; StateMethod = GetBlockState; ]