summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-19 17:19:03 +0100
committerNoel Power <noel.power@suse.com>2013-04-19 19:31:10 +0100
commitadbe4ea98fa9d2d1533daf617a72a8e1698dde4c (patch)
tree168ba530d67525551c2c86f86e14724d91caff0f /oovbaapi
parent1dc7c568b57ef812eb2c2def4d3760c8341850b7 (diff)
ListBox.MultiSelection takes fmMultiSelect enum not bool
Change-Id: Ic9ea60feadc551b232b393faafea9760cc3b82f0
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/msforms/XListBox.idl2
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;