summaryrefslogtreecommitdiffstats
path: root/vbahelper/source/msforms/vbalistbox.hxx
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-05-09 14:11:15 +0100
commit2743241bd299b87da21c7888b4339a77f1e5c44c (patch)
treee133894f4a0de12604c559dca952fef4f83a05db /vbahelper/source/msforms/vbalistbox.hxx
parentAdd some misc control related vba tests (diff)
downloadcore-2743241bd299b87da21c7888b4339a77f1e5c44c.tar.gz
core-2743241bd299b87da21c7888b4339a77f1e5c44c.zip
ListBox.MultiSelection takes fmMultiSelect enum not bool
Change-Id: Ic9ea60feadc551b232b393faafea9760cc3b82f0
Diffstat (limited to 'vbahelper/source/msforms/vbalistbox.hxx')
-rw-r--r--vbahelper/source/msforms/vbalistbox.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vbahelper/source/msforms/vbalistbox.hxx b/vbahelper/source/msforms/vbalistbox.hxx
index 3b0ee742e1a1..2a46c0bf1de2 100644
--- a/vbahelper/source/msforms/vbalistbox.hxx
+++ b/vbahelper/source/msforms/vbalistbox.hxx
@@ -52,8 +52,8 @@ public:
virtual void SAL_CALL setValue( const css::uno::Any& _value ) throw (css::uno::RuntimeException);
virtual OUString SAL_CALL getText() throw (css::uno::RuntimeException);
virtual void SAL_CALL setText( const OUString& _text ) throw (css::uno::RuntimeException);
- virtual sal_Bool SAL_CALL getMultiSelect() throw (css::uno::RuntimeException);
- virtual void SAL_CALL setMultiSelect( sal_Bool _multiselect ) throw (css::uno::RuntimeException);
+ virtual sal_Int32 SAL_CALL getMultiSelect() throw (css::uno::RuntimeException);
+ virtual void SAL_CALL setMultiSelect( sal_Int32 _multiselect ) throw (css::uno::RuntimeException);
virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont() throw (css::uno::RuntimeException);
// Methods