diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:05:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:05:04 +0000 |
commit | 3cb7a2805bd87da4050e60fc97f8e053e28196ec (patch) | |
tree | 389e5756ce1199e2f54f9e54889a7e4a19907dc3 | |
parent | a82751ab9d4079370a4804a13b23803f6a75d5cd (diff) |
INTEGRATION: CWS os35 (1.2.758); FILE MERGED
2004/07/08 09:21:50 os 1.2.758.1: #i30639# view menu changed
-rw-r--r-- | sw/sdi/wdocsh.sdi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sw/sdi/wdocsh.sdi b/sw/sdi/wdocsh.sdi index d72ff93772..cee287f539 100644 --- a/sw/sdi/wdocsh.sdi +++ b/sw/sdi/wdocsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: wdocsh.sdi,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:05:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,12 +77,6 @@ interface WebDocument : BaseTextDocument [ StateMethod = GetState ; ] - - FN_PRINT_LAYOUT - [ - ExecMethod = Execute; - StateMethod = GetState; - ] } shell SwWebDocShell : SfxObjectShell |