summaryrefslogtreecommitdiffstats
path: root/oovbaapi
diff options
context:
space:
mode:
authorMichael E. Bohn <mbn@openoffice.org>2010-08-10 16:57:47 +0200
committerMichael E. Bohn <mbn@openoffice.org>2010-08-10 16:57:47 +0200
commit6c3c1c50fe2c70162ca3c77bb3f83b8024c8075e (patch)
tree9916780c5f301021ca97f007e997def9967cfe4f /oovbaapi
parentmib18: #163120# adding the entrypoint for symbol Debug (diff)
parentmib18: #163246# add VBA symbol Worksheet.ProtectScenarios (diff)
downloadcore-6c3c1c50fe2c70162ca3c77bb3f83b8024c8075e.tar.gz
core-6c3c1c50fe2c70162ca3c77bb3f83b8024c8075e.zip
heads merged
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheet.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XWorksheet.idl b/oovbaapi/ooo/vba/excel/XWorksheet.idl
index 1907fb004cab..3eb8337798d6 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheet.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheet.idl
@@ -66,6 +66,7 @@ interface XWorksheet
[attribute, readonly] boolean ProtectionMode;
[attribute, readonly] boolean ProtectContents;
[attribute, readonly] boolean ProtectDrawingObjects;
+ [attribute, readonly] boolean ProtectScenarios;
[attribute, readonly] XRange UsedRange;
[attribute, readonly] XWorksheet Next;
[attribute, readonly] XWorksheet Previous;