diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-07-06 09:34:10 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-07-09 11:06:37 +0200 |
commit | cb21c44b01a640fc121c034346d70a02ef67cdb2 (patch) | |
tree | eebd05869f70a16d1f76b5e594424cbe221800c1 /offapi/com | |
parent | 3cff8c64e916eac04332c91d0bd424d4459a960b (diff) |
Docs: Add missing property
Change-Id: I1f4a0602f23cba86adbf627b0881ae5034db0af8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98188
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/sheet/DocumentSettings.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/DocumentSettings.idl b/offapi/com/sun/star/sheet/DocumentSettings.idl index 36402ee95dc5..b92f1037dc99 100644 --- a/offapi/com/sun/star/sheet/DocumentSettings.idl +++ b/offapi/com/sun/star/sheet/DocumentSettings.idl @@ -108,6 +108,10 @@ published service DocumentSettings grid settings in the user interface. */ [optional, property] boolean IsRasterAxisSynchronized; + + /** enables the document sharing feature (Tools->Share Spreadsheet) + */ + [optional, property] boolean IsDocumentShared; }; |