diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:16:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:16:21 +0000 |
commit | a88bb52ea97379bd291a8a1b7afb348b883b5c99 (patch) | |
tree | c216422ca256756ef28c5e180753d96605158ce7 /sc/sdi | |
parent | 04bd80bc987ddf6556050b07d399732731867c89 (diff) |
INTEGRATION: CWS calcshare_DEV300 (1.9.376); FILE MERGED
2007/12/04 13:02:34 tbe 1.9.376.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/docsh.sdi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi index 8a1d02aa0dc0..bf4a2817b671 100644 --- a/sc/sdi/docsh.sdi +++ b/sc/sdi/docsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: docsh.sdi,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2006-05-02 15:42:35 $ + * last change: $Author: kz $ $Date: 2008-03-07 12:16:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -116,6 +116,7 @@ interface TableDocument : OfficeDocument SID_DELETE_SCENARIO [ ExecMethod = Execute; ] SID_EDIT_SCENARIO [ ExecMethod = Execute; ] SID_ATTR_CHAR_FONTLIST [ StateMethod = GetState; ] + SID_SHARE_DOC [ ExecMethod = Execute; StateMethod = GetState; ] } |