From 1a63d31dc1fea832a537dfbbb19a34e91ecfda56 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 2 Aug 2004 08:57:34 +0000 Subject: INTEGRATION: CWS formatpaintbrush02 (1.16.190); FILE MERGED 2004/07/13 20:12:55 iha 1.16.190.1: #i20119# format paintbrush --- sw/sdi/_viewsh.sdi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sw/sdi') 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 ; -- cgit