From ff42bde10268148edc60cd1bd6b616fec029440c Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 22 Nov 2007 14:28:46 +0000 Subject: 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 --- sw/sdi/_textsh.sdi | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'sw/sdi/_textsh.sdi') 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 ; -- cgit