[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - dbaccess/source
Lionel Elie Mamane
lionel at mamane.lu
Thu Dec 3 12:07:19 PST 2015
dbaccess/source/ui/inc/WTypeSelect.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 46f1a9e00d44eba9837f1aecb6c183580541a014
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Thu Dec 3 05:07:11 2015 +0100
tdf#96012 enable simple mode for the multilistbox
Change-Id: Ia4d4c56318bc7d32d317abbda27eda9d3413ba75
Reviewed-on: https://gerrit.libreoffice.org/20362
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/inc/WTypeSelect.hxx b/dbaccess/source/ui/inc/WTypeSelect.hxx
index 2501707..5432411 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)
More information about the Libreoffice-commits
mailing list