diff options
author | Michael E. Bohn <mbn@openoffice.org> | 2010-08-10 16:57:47 +0200 |
---|---|---|
committer | Michael E. Bohn <mbn@openoffice.org> | 2010-08-10 16:57:47 +0200 |
commit | 6c3c1c50fe2c70162ca3c77bb3f83b8024c8075e (patch) | |
tree | 9916780c5f301021ca97f007e997def9967cfe4f /oovbaapi | |
parent | 7c2b94d0a3352ee92e0202b1eba64254583798ae (diff) | |
parent | 476aa1795b08ffeb43e35823e78442a51a04304b (diff) |
heads merged
Diffstat (limited to 'oovbaapi')
-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; |