summaryrefslogtreecommitdiff
path: root/sw/sdi/_docsh.sdi
diff options
context:
space:
mode:
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;
+ ]
}