diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-08-30 23:08:29 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-09-12 14:18:50 +0200 |
commit | c5909e251871e5a38992fade94a489a9546e11b7 (patch) | |
tree | 7ef9bd642fb4799fb2a8d6d3529144c95a468dde /include/svx | |
parent | e76d07c6185512e47947dbe1b6a83fb944b8198f (diff) |
Update many ListBox users to its sal_Int32 interface
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/lboxctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/lboxctrl.hxx b/include/svx/lboxctrl.hxx index a6ab60dd5d05..05982c4eeee9 100644 --- a/include/svx/lboxctrl.hxx +++ b/include/svx/lboxctrl.hxx @@ -36,7 +36,7 @@ protected: OUString aActionStr; VclPtr<SvxPopupWindowListBox> pPopupWin; - void Impl_SetInfo( sal_uInt16 nCount ); + void Impl_SetInfo( sal_Int32 nCount ); DECL_LINK_TYPED( PopupModeEndHdl, FloatingWindow*, void ); DECL_LINK( SelectHdl, void * ); |