diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:14:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:14:57 +0000 |
commit | a2058d73c00dc332c83387d17645c5c92dcd5887 (patch) | |
tree | c300f48efe376ee91a7274b1232475a9562228ff /sc/sdi/docsh.sdi | |
parent | f2c288d723e3912837401451e345e5aca03de351 (diff) |
INTEGRATION: CWS calcrtl (1.3.86); FILE MERGED
2003/11/04 16:26:39 nn 1.3.86.2: RESYNC: (1.3-1.4); FILE MERGED
2003/07/11 10:18:39 nn 1.3.86.1: #106948# menu function to mirror sheet
Diffstat (limited to 'sc/sdi/docsh.sdi')
-rw-r--r-- | sc/sdi/docsh.sdi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi index df64b9884342..db39278c5a22 100644 --- a/sc/sdi/docsh.sdi +++ b/sc/sdi/docsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: docsh.sdi,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2003-10-20 15:33:28 $ + * last change: $Author: hr $ $Date: 2004-02-03 12:14:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,6 +104,7 @@ interface TableSelection : Selection FID_TAB_MOVE [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ] FID_DELETE_TABLE [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ] FID_TAB_RENAME [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ] + FID_TAB_RTL [ ExecMethod = ExecuteTable; StateMethod = GetStateTable; ] SID_TABLE_ACTIVATE [ ExecMethod = Execute; ] } |