diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-15 17:35:36 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-15 17:39:55 +0100 |
commit | 6bfc7f28e6d3454fa90d6c32b36cd9bf898ba933 (patch) | |
tree | 7c0f234b702a49941c1725c98762e83bcb812d90 /dbaccess | |
parent | bc85f4fe71d5eb4f93710d1cc9b533086025b508 (diff) |
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@suse.cz>
Date: Mon Jun 21 22:11:19 2010 +0200
Update patches to dev300-m83.
* [...]
commit 256381886a238d80b9ddab795b500576d92404cc
Author: Jan Holesovsky <kendy@suse.cz>
Date: Wed May 19 12:16:00 2010 +0200
Updated patches do dev300-m77.
* [...]
commit df913735fd729978d20f0282fe32d14bf597891f
Author: Jan Holesovsky <kendy@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@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@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.
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/browser/dbtreeview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.cxx b/dbaccess/source/ui/browser/dbtreeview.cxx index b69c67bc4bee..25fee5b7e193 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 ); |