summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-12-03 05:07:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-12-03 20:06:57 +0000
commit46f1a9e00d44eba9837f1aecb6c183580541a014 (patch)
treee44d7d994b4f6516150b9ab7d4b4d4a9517d84e8 /dbaccess
parent5e09e31a3ae8941d8733855f0cca49756c80d1bb (diff)
tdf#96012 enable simple mode for the multilistbox
Change-Id: Ia4d4c56318bc7d32d317abbda27eda9d3413ba75 Reviewed-on: https://gerrit.libreoffice.org/20362 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-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 2501707225b2..54324110623b 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 ) 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(nullptr)