summaryrefslogtreecommitdiff
path: root/oovbaapi
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
commitae27c058ca364ca50cc27057e2c63b7f5b84c39d (patch)
tree5a2b397d731d098cfe2defb03a582c0fc33b4618 /oovbaapi
parent8d3a12bd55459ba99e802457a4112f290cd28ac1 (diff)
mib18: #163246# add VBA symbol Worksheet.ProtectScenarios
Diffstat (limited to 'oovbaapi')
-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;