diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-08-10 10:27:30 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-08-10 10:27:30 +0200 |
commit | 476aa1795b08ffeb43e35823e78442a51a04304b (patch) | |
tree | 11ebba15838bddf28fc0340ed7c8a2af0fed407e /oovbaapi/ooo | |
parent | fefe083877e478d7a09299524ffdde85948a2bff (diff) |
mib18: #163246# add VBA symbol Worksheet.ProtectScenarios
Diffstat (limited to 'oovbaapi/ooo')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XWorksheet.idl | 1 |
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; |