[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - dbaccess/source

Lionel Elie Mamane lionel at mamane.lu
Mon Dec 14 01:10:30 PST 2015


 dbaccess/source/ui/inc/WTypeSelect.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4a3565255c3a766cb35e7efd93dfc24795c7606
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/20363
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: David Tardon <dtardon at redhat.com>

diff --git a/dbaccess/source/ui/inc/WTypeSelect.hxx b/dbaccess/source/ui/inc/WTypeSelect.hxx
index d86c70e..5b3c152 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 ) 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)


More information about the Libreoffice-commits mailing list