diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:02:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:02:59 +0000 |
commit | 9b3281baa9b63054e2adf75a54dc5e665bf64590 (patch) | |
tree | d303b0de7525d1101c89918d3d72c439074a1e9a /sw/sdi | |
parent | 93db3929199f19dedd41aece496c104a14630867 (diff) |
INTEGRATION: CWS os35 (1.11.536); FILE MERGED
2004/06/30 10:49:32 os 1.11.536.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_basesh.sdi | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi index 9fe58612696b..736fe5fb1a85 100644 --- a/sw/sdi/_basesh.sdi +++ b/sw/sdi/_basesh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _basesh.sdi,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2003-05-22 08:41:21 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:02:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -282,13 +282,25 @@ interface BaseTextSelection : Selection DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - FN_CONVERT_TEXT_TABLE // status(final|play) + FN_CONVERT_TABLE_TO_TEXT [ ExecMethod = Execute ; StateMethod = GetState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] + FN_CONVERT_TEXT_TO_TABLE + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] + FN_CONVERT_TEXT_TABLE // status(final|play) + [ + ExecMethod = Execute ; + StateMethod = GetState ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] FN_FORMAT_BORDER_DLG // status(final|play) [ ExecMethod = ExecDlg ; |