diff options
-rw-r--r-- | sw/sdi/_viewsh.sdi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index c2895423767f..a698fdb0351c 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _viewsh.sdi,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2004-02-26 11:38:14 $ + * last change: $Author: kz $ $Date: 2004-08-02 09:57:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,6 +84,12 @@ interface BaseTextEditView : View ExecMethod = Execute ; StateMethod = GetState ; ] + SID_FORMATPAINTBRUSH // + [ + ExecMethod = ExecFormatPaintbrush ; + StateMethod = StateFormatPaintbrush ; + DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; + ] SID_CLEARHISTORY // status(final|play) [ ExecMethod = Execute ; |