Kaydet (Commit) 4117730c authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane Kaydeden (comit) Andras Timar

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>
(cherry picked from commit a4a35652)
üst 43608f0c
...@@ -72,7 +72,7 @@ namespace dbaui ...@@ -72,7 +72,7 @@ namespace dbaui
virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
VclPtr<vcl::Window> m_pParentTabPage; VclPtr<vcl::Window> m_pParentTabPage;
public: public:
OWizTypeSelectList( vcl::Window* pParent, WinBits nStyle = WB_BORDER ) OWizTypeSelectList( vcl::Window* pParent, WinBits nStyle = WB_BORDER | WB_SIMPLEMODE )
: MultiListBox(pParent,nStyle) : MultiListBox(pParent,nStyle)
, m_bPKey(false) , m_bPKey(false)
, m_pParentTabPage(NULL) , 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