summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-12-03 05:07:11 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2015-12-03 05:08:32 +0100
commitb2d479854a9182234a378166900240aee7e1c79b (patch)
tree4583378fb166065eddb1ac4de3e2906110d27678 /dbaccess
parent103cd686de34b668a838c459f3d827c02e704656 (diff)
tdf#96012 enable simple mode for the multilistbox
Change-Id: Ia4d4c56318bc7d32d317abbda27eda9d3413ba75
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)