diff options
-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; ] } |