diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 11:14:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 11:14:27 +0000 |
commit | e55bc923739f6e9ca351dd195a0fca369d61a5d4 (patch) | |
tree | a0fbb771af0e409f22c8a9fbcea80004190d47f1 /sw/sdi/wviewsh.sdi | |
parent | 3847db7365cc64ea0925e8ab3d98f710ab1d6982 (diff) |
INTEGRATION: CWS os26 (1.5.116); FILE MERGED
2004/01/08 15:02:34 os 1.5.116.1: #105372# code of InsertHeader/Footer of SW/Web removed
Diffstat (limited to 'sw/sdi/wviewsh.sdi')
-rw-r--r-- | sw/sdi/wviewsh.sdi | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/sw/sdi/wviewsh.sdi b/sw/sdi/wviewsh.sdi index e510e9969a7a..7bb2ad85e5ef 100644 --- a/sw/sdi/wviewsh.sdi +++ b/sw/sdi/wviewsh.sdi @@ -2,9 +2,9 @@ * * $RCSfile: wviewsh.sdi,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hjs $ $Date: 2003-09-25 10:48:32 $ + * last change: $Author: obo $ $Date: 2004-03-17 12:14:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,16 +92,6 @@ interface WebEditView : BaseTextEditView StateMethod = GetDrawState ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - FN_INSERT_HEADER - [ - ExecMethod = Execute; - StateMethod = GetState ; - ] - FN_INSERT_FOOTER - [ - ExecMethod = Execute; - StateMethod = GetState ; - ] } shell SwWebView : SfxViewShell |