diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:04:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:04:23 +0000 |
commit | a64c51df2fd59b0ca79e720996bfaef96178e478 (patch) | |
tree | 713af315697fc67a23b61aec3f60be321462fad2 /sw/sdi | |
parent | c5572a0e2d60b93f5e1e574d715a11da65841d87 (diff) |
INTEGRATION: CWS os35 (1.3.174); FILE MERGED
2004/07/08 09:21:50 os 1.3.174.1: #i30639# view menu changed
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/docsh.sdi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/sdi/docsh.sdi b/sw/sdi/docsh.sdi index 36f81f39b690..2bb734c11591 100644 --- a/sw/sdi/docsh.sdi +++ b/sw/sdi/docsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: docsh.sdi,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2004-02-25 15:54:01 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:04:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,12 +97,6 @@ interface TextDocument : BaseTextDocument ExecMethod = Execute; StateMethod = GetState; ] - - SID_BROWSER_MODE - [ - ExecMethod = Execute; - StateMethod = GetState; - ] } shell SwDocShell : SfxObjectShell |