[Libreoffice-commits] core.git: offapi/com

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Thu Jul 9 09:07:22 UTC 2020


 offapi/com/sun/star/sheet/DocumentSettings.idl |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit cb21c44b01a640fc121c034346d70a02ef67cdb2
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Mon Jul 6 09:34:10 2020 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Thu Jul 9 11:06:37 2020 +0200

    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 at cib.de>

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;
 };
 
 


More information about the Libreoffice-commits mailing list