summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/sheet/DocumentSettings.idl4
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;
};