summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/XCommandBarControl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/XCommandBarControl.idl')
-rw-r--r--oovbaapi/ooo/vba/XCommandBarControl.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/XCommandBarControl.idl b/oovbaapi/ooo/vba/XCommandBarControl.idl
index 02cf8bafc8..c40394e29d 100644
--- a/oovbaapi/ooo/vba/XCommandBarControl.idl
+++ b/oovbaapi/ooo/vba/XCommandBarControl.idl
@@ -54,6 +54,8 @@ interface XCommandBarControl
[attribute] string Caption;
[attribute] string OnAction;
[attribute] boolean Visible;
+ [attribute, readonly] long Type;
+ [attribute] boolean Enabled;
void Delete() raises ( com::sun::star::script::BasicErrorException );
any Controls( [in] any Index ) raises ( com::sun::star::script::BasicErrorException );