diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-22 14:28:46 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-22 14:28:46 +0000 |
commit | ff42bde10268148edc60cd1bd6b616fec029440c (patch) | |
tree | d8d18b3ce2f37db275d9937239e4b4d079d2887e /sw/sdi/_textsh.sdi | |
parent | 80222e48d88a591cfb6af7a6477ead815109146a (diff) |
INTEGRATION: CWS swcolsel (1.37.2); FILE MERGED
2007/08/21 14:27:18 ama 1.37.2.2: RESYNC: (1.37-1.38); FILE MERGED
2007/06/06 11:34:19 os 1.37.2.1: #i1596# menu entry and short cut block selection mode
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 73183345197f..aa4f538f1577 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: _textsh.sdi,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: hr $ $Date: 2007-06-27 13:15:35 $ + * last change: $Author: ihi $ $Date: 2007-11-22 15:28:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1498,6 +1498,16 @@ interface BaseText ExecMethod = Execute ; StateMethod = GetState ; ] + FN_SELECTION_MODE_DEFAULT + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + FN_SELECTION_MODE_BLOCK + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] SID_OPEN_HYPERLINK [ ExecMethod = Execute ; |