diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-06-13 20:03:26 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:40:13 +0200 |
commit | 6108d06c1259424bea2055ab6cb7ca8635656486 (patch) | |
tree | d2238197e6d83910d54cbe4c0ef5020fbc884c41 /sc/sdi/scalc.sdi | |
parent | 603c2cb9dd33ba7fbfc4865b20beee7896b2dc8a (diff) |
tubes: add File -> Collaborate menu entry to launch contacts widget
Diffstat (limited to 'sc/sdi/scalc.sdi')
-rw-r--r-- | sc/sdi/scalc.sdi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 050c64512366..451ffca2ce8c 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -2648,6 +2648,31 @@ SfxVoidItem FocusCellAddress FID_FOCUS_POSWND ] //-------------------------------------------------------------------------- +SfxVoidItem Collaborate SID_COLLABORATION +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = TRUE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; +] + +//-------------------------------------------------------------------------- SfxVoidItem FormatCellDialog FID_CELL_FORMAT () [ |