summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba
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
commitf905155c872ea1a76513ca3117f445baafdee593 (patch)
treee49552add454bd8354f4885221ffdb655667821a /oovbaapi/ooo/vba
parentac1da9d163b7168df204ad69b05fae688aa2837b (diff)
parentab5957af8b8f3165cf66437b198a648b19a8ea9c (diff)
heads merged
Diffstat (limited to 'oovbaapi/ooo/vba')
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheet.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/excel/XWorksheet.idl b/oovbaapi/ooo/vba/excel/XWorksheet.idl
index 1a91a57c90..a6d86957ec 100644
--- a/oovbaapi/ooo/vba/excel/XWorksheet.idl
+++ b/oovbaapi/ooo/vba/excel/XWorksheet.idl
@@ -66,7 +66,8 @@ interface XWorksheet
[attribute, readonly] boolean ProtectionMode;
[attribute, readonly] boolean ProtectContents;
[attribute, readonly] boolean ProtectDrawingObjects;
- [attribute, readonly] XRange UsedRange;
+ [attribute, readonly] boolean ProtectScenarios;
+ [attribute, readonly] XRange UsedRange;
[attribute, readonly] XWorksheet Next;
[attribute, readonly] XWorksheet Previous;
[attribute, readonly] string CodeName;