summaryrefslogtreecommitdiff
path: root/sw/sdi/_docsh.sdi
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-02 12:03:13 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-02 12:03:13 +0000
commit84de549c0120c6100c9069b461d4540d23deb25a (patch)
treeb1b7c3cedbb17ec87bbab12ba82f119dcef42533 /sw/sdi/_docsh.sdi
parent9b3281baa9b63054e2adf75a54dc5e665bf64590 (diff)
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
Diffstat (limited to 'sw/sdi/_docsh.sdi')
-rw-r--r--sw/sdi/_docsh.sdi15
1 files changed, 13 insertions, 2 deletions
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;
+ ]
}