From 0001e8da85590c8b326e47295affb7ee5fc42e6c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 27 Apr 2004 12:40:59 +0000 Subject: [PATCH] INTEGRATION: CWS wordcount (1.26.454); FILE MERGED 2004/04/07 06:52:07 os 1.26.454.1: #i27302# word count dialog --- sw/sdi/_textsh.sdi | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 15ac3a0166fe..72b7f6862c4c 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _textsh.sdi,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: vg $ $Date: 2003-05-22 08:41:43 $ + * last change: $Author: obo $ $Date: 2004-04-27 13:40:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,7 +58,6 @@ * * ************************************************************************/ - interface BaseText : Selection [ Automation = FALSE; @@ -1436,6 +1435,11 @@ interface BaseText : Selection ExecMethod = Execute ; StateMethod = GetState ; ] + FN_WORDCOUNT_DIALOG + [ + ExecMethod = Execute; + ] + } //ende interface text