Bug #79802#: disable unprotect cell in readonly sections
This commit is contained in:
parent
0eaa99f555
commit
d6f6028b67
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: _tabsh.sdi,v $
|
* $RCSfile: _tabsh.sdi,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
*
|
*
|
||||||
* last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
|
* last change: $Author: jp $ $Date: 2001-10-11 09:34:57 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -278,6 +278,7 @@ interface BaseTextTable : Selection
|
||||||
[
|
[
|
||||||
ExecMethod = Execute ;
|
ExecMethod = Execute ;
|
||||||
StateMethod = NoState ;
|
StateMethod = NoState ;
|
||||||
|
DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR";
|
||||||
]
|
]
|
||||||
|
|
||||||
SID_AUTOFORMAT // status(final|play)
|
SID_AUTOFORMAT // status(final|play)
|
||||||
|
|
Loading…
Reference in a new issue