Kaydet (Commit) a4a35652 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane Kaydeden (comit) David Tardon

tdf#96012 enable simple mode for the multilistbox

Change-Id: Ia4d4c56318bc7d32d317abbda27eda9d3413ba75
Reviewed-on: https://gerrit.libreoffice.org/20363Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst fff1c0e2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment