dbaccess/source/ui/inc/WTypeSelect.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a4a3565255c3a766cb35e7efd93dfc24795c7606 Author: Lionel Elie Mamane <[email protected]> Date: Thu Dec 3 05:07:11 2015 +0100 tdf#96012 enable simple mode for the multilistbox Change-Id: Ia4d4c56318bc7d32d317abbda27eda9d3413ba75 Reviewed-on: https://gerrit.libreoffice.org/20363 Tested-by: Jenkins <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: David Tardon <[email protected]> diff --git a/dbaccess/source/ui/inc/WTypeSelect.hxx b/dbaccess/source/ui/inc/WTypeSelect.hxx index d86c70e..5b3c152 100644 --- a/dbaccess/source/ui/inc/WTypeSelect.hxx +++ b/dbaccess/source/ui/inc/WTypeSelect.hxx @@ -72,7 +72,7 @@ namespace dbaui virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; VclPtr<vcl::Window> m_pParentTabPage; public: - OWizTypeSelectList( vcl::Window* pParent, WinBits nStyle = WB_BORDER ) + OWizTypeSelectList( vcl::Window* pParent, WinBits nStyle = WB_BORDER | WB_SIMPLEMODE ) : MultiListBox(pParent,nStyle) , m_bPKey(false) , m_pParentTabPage(NULL) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
