[Libreoffice-commits] .: dbaccess/source

Bjoern Michaelsen bmichaelsen at kemper.freedesktop.org
Tue Nov 15 08:40:31 PST 2011


 dbaccess/source/ui/browser/dbtreeview.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6bfc7f28e6d3454fa90d6c32b36cd9bf898ba933
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Tue Nov 15 17:35:36 2011 +0100

     Address data source ordering x#62860
    
    information from the apply file:
     patchname: addrbk-datasrc-ordering.diff
     issues:
     author: michael
     section: Misc
     comment:
      Address data source ordering x#62860
     sectioncomment:
    
    git log from build repository:
    commit bfa619922b90a021e5d856333dd398512389ad67
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Mon Jun 21 22:11:19 2010 +0200
    
        Update patches to dev300-m83.
    
        * [...]
    
    commit 256381886a238d80b9ddab795b500576d92404cc
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Wed May 19 12:16:00 2010 +0200
    
        Updated patches do dev300-m77.
    
        * [...]
    
    commit df913735fd729978d20f0282fe32d14bf597891f
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Mon May 17 01:21:36 2010 +0200
    
        Patches adopted to the tabs -> spaces fixes + trailing whitespace cleanup.
    
        * [...]
    
    commit c6847e9b022184e98942391a2b5711c31eb25ba3
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Fri May 14 14:32:23 2010 +0200
    
        Convert tabs to spaces in all the code introduced by the patches.
    
        * [...]
    
    commit 09774df8a62bf886c78c0f84d56b2d518ae8107e
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Tue Apr 29 14:04:53 2008 +0000
    
        Src680/
    
        * Some cleaning action: src680/* -> dev300/
    
        * patches/dev300/gstreamer-sd.diff,
        patches/dev300/gstreamer-slideshow.diff,
        patches/dev300/letter-wizard-resource-id.diff: Moved to
        patches/gstreamer.
    
        * patches/dev300/mono-build.diff: Moved to patches/mono.
    
        * patches/dev300/sc-hacky-handle-boolean.diff,
        patches/dev300/vba-workbook-worksheet-events.diff: Moved to
        patches/vba.
    
        * patches/src680/unittesting-*: Moved...
        patches/unittesting/*: ...here.
    
        * patches/src680/*: Moved...
        patches/dev300/*: ...here.
    
        * patches/dev300/apply,
        patches/Makefile.am: Add the unittesting subdir, remove src680.

diff --git a/dbaccess/source/ui/browser/dbtreeview.cxx b/dbaccess/source/ui/browser/dbtreeview.cxx
index b69c67b..25fee5b 100644
--- a/dbaccess/source/ui/browser/dbtreeview.cxx
+++ b/dbaccess/source/ui/browser/dbtreeview.cxx
@@ -53,7 +53,7 @@ DBTreeView::DBTreeView( Window* pParent, const Reference< XMultiServiceFactory >
 {
     DBG_CTOR(DBTreeView,NULL);
 
-    m_pTreeListBox = new DBTreeListBox(this, _rxORB ,WB_HASLINES | WB_SORT | WB_HASBUTTONS | WB_HSCROLL |WB_HASBUTTONSATROOT,sal_True);
+    m_pTreeListBox = new DBTreeListBox(this, _rxORB ,WB_BORDER | WB_HASLINES | WB_HASLINESATROOT | WB_HASBUTTONS | WB_HSCROLL |WB_HASBUTTONSATROOT);
     m_pTreeListBox->EnableCheckButton(NULL);
     m_pTreeListBox->SetDragDropMode( 0 );
     m_pTreeListBox->EnableInplaceEditing( sal_True );


More information about the Libreoffice-commits mailing list