diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:16:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:16:52 +0000 |
commit | 7b79e637c4eefbc105f2d9e50f7e9560c416a916 (patch) | |
tree | f8364fec1a24bcb7f5c0f6ef8f11c1ba476ca35f /sc/sdi | |
parent | 0aa396b5d82b707533e7268116af156b61a69adf (diff) |
INTEGRATION: CWS calcshare_DEV300 (1.36.6); FILE MERGED
2008/02/23 09:45:00 tbe 1.36.6.2: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing
2007/12/04 13:03:09 tbe 1.36.6.1: #i8811# Allow multiple users to edit the same spreadsheet through workbook sharing
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 56eec99e6..4652f64e5 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -4,9 +4,9 @@ * * $RCSfile: scalc.sdi,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: vg $ $Date: 2008-02-12 16:11:22 $ + * last change: $Author: kz $ $Date: 2008-03-07 12:16:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -7756,3 +7756,27 @@ SfxBoolItem SheetRightToLeft FID_TAB_RTL GroupId = GID_FORMAT; ] +//-------------------------------------------------------------------------- +SfxVoidItem ShareDocument SID_SHARE_DOC + +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_OPTIONS; +] |