diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-02 08:57:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-02 08:57:34 +0000 |
commit | 1a63d31dc1fea832a537dfbbb19a34e91ecfda56 (patch) | |
tree | 1fddb27ce8423842ecd287ebf507f0568e2c2647 /sw/sdi | |
parent | 9f26753c73acb57092efc273f2ff8e1eb84c46fd (diff) |
INTEGRATION: CWS formatpaintbrush02 (1.16.190); FILE MERGED
2004/07/13 20:12:55 iha 1.16.190.1: #i20119# format paintbrush
Diffstat (limited to 'sw/sdi')
-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 ; |