diff options
author | Noel Power <noel.power@suse.com> | 2013-04-19 17:19:03 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-05-09 14:11:15 +0100 |
commit | 2743241bd299b87da21c7888b4339a77f1e5c44c (patch) | |
tree | e133894f4a0de12604c559dca952fef4f83a05db /oovbaapi/ooo/vba | |
parent | 37cc1bb26fe91ce02f68e37930f00951bdec63a0 (diff) |
ListBox.MultiSelection takes fmMultiSelect enum not bool
Change-Id: Ic9ea60feadc551b232b393faafea9760cc3b82f0
Diffstat (limited to 'oovbaapi/ooo/vba')
-rw-r--r-- | oovbaapi/ooo/vba/msforms/XListBox.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oovbaapi/ooo/vba/msforms/XListBox.idl b/oovbaapi/ooo/vba/msforms/XListBox.idl index 6bf25e98817d..f7b312ee7bf4 100644 --- a/oovbaapi/ooo/vba/msforms/XListBox.idl +++ b/oovbaapi/ooo/vba/msforms/XListBox.idl @@ -31,7 +31,7 @@ interface XListBox { [attribute] any Value; [attribute] string Text; - [attribute] boolean MultiSelect; + [attribute] long MultiSelect; [attribute] any ListIndex; [attribute, readonly] long ListCount; [attribute, readonly] XNewFont Font; |