summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-08-10 10:27:30 +0200
committerDaniel Rentz <dr@openoffice.org>2010-08-10 10:27:30 +0200
commit476aa1795b08ffeb43e35823e78442a51a04304b (patch)
tree11ebba15838bddf28fc0340ed7c8a2af0fed407e /oovbaapi/ooo/vba/excel
parentfefe083877e478d7a09299524ffdde85948a2bff (diff)
mib18: #163246# add VBA symbol Worksheet.ProtectScenarios
Diffstat (limited to 'oovbaapi/ooo/vba/excel')
-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;