summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-12-03 05:07:11 +0100
committerDavid Tardon <dtardon@redhat.com>2015-12-14 09:09:54 +0000
commita4a3565255c3a766cb35e7efd93dfc24795c7606 (patch)
tree6fbc41c00415baf44008d1ec2ee9ea6bf9603c46
parentfff1c0e297b67c16068962093e61f60fad087f92 (diff)
tdf#96012 enable simple mode for the multilistbox
Change-Id: Ia4d4c56318bc7d32d317abbda27eda9d3413ba75 Reviewed-on: https://gerrit.libreoffice.org/20363 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: David Tardon <dtardon@redhat.com>
-rw-r--r--dbaccess/source/ui/inc/WTypeSelect.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/WTypeSelect.hxx b/dbaccess/source/ui/inc/WTypeSelect.hxx
index d86c70e5f07a..5b3c1522f1d4 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)