From 84de549c0120c6100c9069b461d4540d23deb25a Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 2 Aug 2004 12:03:13 +0000 Subject: INTEGRATION: CWS os35 (1.4.174); FILE MERGED 2004/07/15 18:50:58 dr 1.4.174.2: RESYNC: (1.4-1.5); FILE MERGED 2004/07/08 09:21:50 os 1.4.174.1: #i30639# view menu changed --- sw/sdi/_docsh.sdi | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'sw/sdi/_docsh.sdi') diff --git a/sw/sdi/_docsh.sdi b/sw/sdi/_docsh.sdi index 623e490cacfd..16c951783346 100644 --- a/sw/sdi/_docsh.sdi +++ b/sw/sdi/_docsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: _docsh.sdi,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-07-06 11:29:52 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:03:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -155,6 +155,17 @@ interface BaseTextDocument : OfficeDocument [ StateMethod = GetState ; ] + + SID_BROWSER_MODE + [ + ExecMethod = Execute; + StateMethod = GetState; + ] + FN_PRINT_LAYOUT + [ + ExecMethod = Execute; + StateMethod = GetState; + ] } -- cgit